Skip to main content
POST
/
v1
/
mailboxes
Create Mailbox
curl --request POST \
  --url https://api.anchorbrowser.io/v1/mailboxes \
  --header 'anchor-api-key: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "address": "<string>"
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Response

Mailbox created successfully.

An Anchor-managed email inbox used for email-based authentication (OTP, magic links).

id
string<uuid>
address
string

The mailbox email address.