Skip to main content
POST
/
mail
/
v1
/
inboxes
curl -X POST "https://api.case.dev/mail/v1/inboxes" \ -H "Authorization: Bearer $CASEDEV_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "address": "<string>", "displayName": "<string>" }'

Documentation Index

Fetch the complete documentation index at: https://docs.case.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Body

application/json
address
string
displayName
string

Response

Inbox created successfully