curl --location --request POST 'https://api.inboxkit.com/v1/api/inbox-placement/tests' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sender_mailbox_ids": [
"mailbox-uuid-123",
"mailbox-uuid-456"
],
"test_name": "Weekly Deliverability Check",
"frequency": "once"
}'{
"success": true,
"test": {
"id": "64f1a2b3c4d5e6f7g8h9i0j1",
"test_code": "IPT-ABC123XYZ",
"test_name": "Weekly Deliverability Check",
"status": "pending",
"sender_mailboxes": [
{
"email": "[email protected]",
"platform": "GOOGLE",
"profile_picture": "string",
"full_name": "John Doe"
}
],
"receiver_mailboxes": [
{
"email": "string",
"type": "string"
}
],
"created_at": "2025-01-15T10:30:00.000Z",
"expires_at": "2025-01-15T11:30:00.000Z"
},
"schedule": {
"id": "string",
"frequency": "string",
"next_run_at": "2019-08-24T14:15:22Z",
"status": "string"
},
"billing": {
"amount_charged": 0.1,
"currency": "USD",
"balance_remaining": 99.9
}
}