Skip to main content
POST
Bulk Create Mailboxes

Authorizations

Authorization
string
header
required

Public API bearer credential sent as Authorization: Bearer <token>. Use either an OAuth access token or a Hybridbox Service account token.

Path Parameters

account_id
string<uuid>
required

Body

application/json

Request body for bulk mailbox creation.

domain
string
required

Domain UUID or domain name for the mailboxes

items
MailboxBulkCreateItem · object[]
required
Minimum array length: 1

Response

created
MailboxBulkCreatedItem · object[]
required
failed
MailboxBulkFailedItem · object[]
required