Skip to main content
GET
Get Deliverability Status

Overview

The get deliverability status endpoint returns deliverability metrics (sent, pending, delivered, read, failed, etc.) for a single campaign by ID. Use this to monitor message delivery for one campaign.

Authentication

This endpoint requires a valid JWT token in the x-auth-token header. You can find your token in the Developers section:

Path Parameters

string
required
The unique identifier of the campaign (MongoDB ObjectId)

Response

The response is a single deliverability status object:
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