Skip to main content
POST
/
mailbox
/
check-deliverability
/
Bulk check mailbox deliverability
curl --request POST \
  --url https://api-v2.missioninbox.com/mailbox/check-deliverability/ \
  --header 'Content-Type: application/json' \
  --data '{
  "mailbox_ids": [
    123
  ]
}'
{
  "message": "<string>",
  "task_id": "<string>"
}

Body

mailbox_ids
integer[]
required

List of mailbox IDs to test

Response

message
string
required

Deliverability checks started

task_id
string
required

Task ID to track progress