Skip to main content
POST
/
v1
/
mailboxes
/
{mailboxId}
/
send-probe
Send Mailbox Probe
curl --request POST \
  --url https://api.anchorbrowser.io/v1/mailboxes/{mailboxId}/send-probe \
  --header 'Content-Type: application/json' \
  --header 'anchor-api-key: <api-key>' \
  --data '
{
  "to": "jsmith@example.com"
}
'
{
  "message_id": "<string>",
  "sent_at": "<string>",
  "probe_subject": "<string>",
  "to": "<string>"
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

mailboxId
string
required

Body

application/json
to
string<email>

Optional recipient override; defaults to the mailbox address.

Response

Probe email dispatched successfully.

message_id
string
sent_at
string
probe_subject
string
to
string