cURL
curl --request GET \ --url https://api-ai.textyess.com/campaigns/{id}/deliverability-status \ --header 'x-auth-token: <api-key>'
{ "_id": "507f1f77bcf86cd799439013", "asset": "507f1f77bcf86cd799439011", "total_contacts": 1000, "sent": 980, "pending": 0, "blacklisted": 5, "failed_to_send": 15, "delayed": 0, "failed_to_receive": 0, "read": 450, "delivered": 950, "opted_out": 2, "createdAt": "2024-01-15T10:00:00.000Z", "updatedAt": "2024-01-15T12:30:00.000Z" }
Get deliverability status for a single campaign
x-auth-token
x-auth-token: your_jwt_token