200 Successful Response
Schema: MailboxUniquenessResponse
-
uniqueboolean required -
Whether the mailbox is unique
/api/v1/businesses/mailbox
Check if a mailbox is unique; validation and conflicts are handled by the service.
Rate-limited per user and per IP — the endpoint is otherwise an enumeration oracle for the mailbox namespace.
Bearer token authentication. Pass your DayZero API token in the
Authorization header and the
target business UUID in
x-business-id.
mailbox
string
required Mailbox to check for uniqueness
Schema: MailboxUniquenessResponse
unique
boolean
required Whether the mailbox is unique
Schema: HTTPValidationError
detail
array · ValidationError
ValidationError loc
array · string | integer
required msg
string
required type
string
required input
object
ctx
object