Create an inbox owned by the authenticated organization.
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>"
}
'Was this page helpful?
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>"
}
'