Check mailbox uniqueness

GET /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.

Operation ID: check_mailbox_uniqueness_api_v1_businesses_mailbox_get · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Query

mailbox string required

Mailbox to check for uniqueness

Responses

200 Successful Response

unique boolean required

Whether the mailbox is unique

400 Bad Request - Invalid input

409 Conflict - Resource already exists

422 Validation Error

detail array · ValidationError ValidationError
5 fields
loc array · string | integer required
msg string required
type string required
input object
ctx object

429 Too Many Requests - Rate limit exceeded