Skip to main content
GET
Get scheduled message status

Authorizations

Authorization
string
header
required

Paubox API uses Bearer token authentication in the Authorization header.

Format: Authorization: Bearer YOUR_API_KEY_HERE

Example: Authorization: Bearer 9e5b092b632445b8f570c62ae54f30fda1044305

The legacy format Authorization: Token token=YOUR_API_KEY_HERE is also supported.

Path Parameters

sourceTrackingId
string
required

The sourceTrackingId returned when the message was scheduled

Response

Scheduled message status

sourceTrackingId
string
Example:

"3d38ab13-0af8-4028-bd45-52e882e0d584"

scheduledAt
string<date-time>
state
enum<string>
Available options:
pending,
processing,
sent,
cancelled,
failed
messageId
integer
sentAt
string<date-time> | null
cancelledAt
string<date-time> | null
errorMessage
string | null