Skip to main content
POST
Report delivery status for outbound message

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
messageId
string
required

Id of the message being reported on, echoed back from the outbound callback.

Minimum string length: 1
status
enum<string>
required

Delivery outcome for the message.

Available options:
delivered,
failed,
read
timestamp
string
required

When the status change occurred.

error
any

Provider error details, present when status is failed.

Response

OK

The response is of type any.