curl --location --request GET 'https://api.inboxkit.com/v1/api/inbox-placement/tests?page=1&limit=50&status=completed' \
--header 'Authorization: Bearer <token>'{
"success": true,
"tests": [
{
"id": "string",
"test_code": "string",
"test_name": "string",
"status": "pending",
"sender_mailboxes": [
{
"email": "[email protected]",
"platform": "GOOGLE",
"profile_picture": "string",
"full_name": "John Doe"
}
],
"receiver_mailboxes": [
{
"email": "string",
"type": "string"
}
],
"created_at": "2019-08-24T14:15:22Z",
"started_at": "2019-08-24T14:15:22Z",
"completed_at": "2019-08-24T14:15:22Z",
"summary": {
"totalFound": 0,
"totalPrimary": 0,
"totalSpam": 0,
"totalPromotions": 0,
"totalOther": 0,
"totalNotFound": 0,
"overallScore": 0,
"byProvider": {
"property1": {
"primary": 0,
"spam": 0,
"promotions": 0,
"other": 0,
"not_found": 0,
"score": 0
},
"property2": {
"primary": 0,
"spam": 0,
"promotions": 0,
"other": 0,
"not_found": 0,
"score": 0
}
}
}
}
],
"pagination": {
"page": 0,
"limit": 0,
"total": 0
}
}