Create a mailbox domain

Create domain for the partner_id

Authentication

AuthorizationBearer

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

Headers

x-monite-versionstringRequired

Request

This endpoint expects an object.
domainstringRequiredformat: "hostname"

The domain name, such as mail.mycompany.com. Can contain only alphanumeric characters (A..Z a..z 0..9), dots (.), and hyphens (-). Each segment of the domain name must start and end with either a letter or a digit.

Response

Successful Response
idstringformat: "uuid"
Entry UUID
dns_recordsobject or map from strings to any
domainstringformat: "hostname"
The domain name.
statusstring
dedicated_ipstring
A dedicated IP address assigned to this mailbox and used to send outgoing email.
last_updated_atdatetime
The time the domain was updated for the last time

Errors

400
Post Mailbox Domains Request Bad Request Error
401
Post Mailbox Domains Request Unauthorized Error
403
Post Mailbox Domains Request Forbidden Error
409
Post Mailbox Domains Request Conflict Error
422
Post Mailbox Domains Request Unprocessable Entity Error
429
Post Mailbox Domains Request Too Many Requests Error