Skip to main content
POST
/
v1
/
identities
/
{identityId}
/
email
Enable Identity Mailbox
curl --request POST \
  --url https://api.anchorbrowser.io/v1/identities/{identityId}/email \
  --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

Path Parameters

identityId
string
required

Response

Mailbox enabled successfully.

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

id
string<uuid>
address
string

The mailbox email address.