Skip to main content
POST
/
mail
/
v1
/
inboxes
Create a mail inbox
curl --request POST \
  --url https://api.case.dev/mail/v1/inboxes \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "address": "<string>",
  "displayName": "<string>"
}
'

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Body

application/json
address
string
displayName
string

Response

Inbox created successfully