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

Path Parameters

id
integer
required

A unique integer value identifying this mailbox.

Body

test_id
string

Optional test_id for retry from history. If provided, will use this test_id instead of creating new one.

Response

message
string
required

Deliverability check started

task_id
string
required

Task ID to track progress