Mailbox management
Add a mailbox
Creates a new mailbox in the mail hosting.
post/1/mail_hostings/{mail_hosting_id}/mailboxes
Path parameters
mail_hosting_idinteger required
The unique identifier (ID) of the mail hosting to request.
Query parameters
withstring
Optional : Allows loading additional data about a resource, which may include related resources.
Request body
Example request
{
"target": "current_user"
}Response
Created
Example response
{
"result": "success"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.