List Deliverability Status
Campaigns API
List Deliverability Status
Get deliverability status for multiple campaigns at once
POST
List Deliverability Status
Overview
The list deliverability status endpoint returns deliverability metrics (sent, pending, delivered, read, failed, etc.) for each of the given campaign IDs in a single request. Use this to monitor message delivery across multiple campaigns.Authentication
This endpoint requires a valid JWT token in thex-auth-token header. You can find your token in the Developers section:
Body Parameters
Send a JSON array of campaign IDs (strings) in the request body:Response
The response is an array of deliverability status objects. Each object includes:string
The deliverability record ID
string
The campaign ID this status refers to
number
Total number of contacts targeted
number
Number of messages sent
number
Number of messages still pending
number
Number of blacklisted contacts
number
Number of messages that failed to send
number
Number of delayed messages
number
Number that failed to be received
number
Number of messages read
number
Number of messages delivered
number
Number of contacts who opted out
string
ISO date when the record was created
string
ISO date when the record was last updated