Create a mailbox

Create a new mailbox

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

x-monite-versionstringRequired
x-monite-entity-idstringRequired
The ID of the entity that owns the requested resource.

Request

This endpoint expects an object.
mailbox_domain_idstringRequiredformat: "uuid"
mailbox_namestringRequired
related_object_typeenumRequired

Related object type: payable and so on

Allowed values:

Response

Successful Response
idstringformat: "uuid"
Mailbox UUID
mailbox_full_addressstring
mailbox_namestring
related_object_typestring
statusstring
mailbox_domain_idstringformat: "uuid"

Errors

401
Post Mailboxes Request Unauthorized Error
403
Post Mailboxes Request Forbidden Error
409
Post Mailboxes Request Conflict Error
422
Post Mailboxes Request Unprocessable Entity Error
429
Post Mailboxes Request Too Many Requests Error