cURL
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>" }
Run deliverability test for a mailbox. Returns task ID for progress tracking.
A unique integer value identifying this mailbox.
Optional test_id for retry from history. If provided, will use this test_id instead of creating new one.
Deliverability check started
Task ID to track progress