Skip to main content
POST

Authorizations

Authorization
string
header
required

Paubox API uses Bearer token authentication in the Authorization header.

Format: Authorization: Bearer YOUR_API_KEY_HERE

Example: Authorization: Bearer 9e5b092b632445b8f570c62ae54f30fda1044305

The legacy format Authorization: Token token=YOUR_API_KEY_HERE is also supported.

Path Parameters

domain_id
integer
required

Receiving domain ID

Body

application/json
name
string
required

Local part of the mailbox address. The full address will be <name>@<domain>.

Example:

"support"

password
string
required

Mailbox password.

Example:

"SecurePass123!"

quota_bytes
integer

Storage quota in bytes. Omit for no quota.

Example:

1073741824

Response

Mailbox created

data
object