2
Return deliveries for a message
LiNEX GIT edited this page 2024-06-11 15:22:39 +07:00

Return deliveries for a message

Returns an array of deliveries which have been attempted for this message

URL

/api/v1/messages/deliveries

Access

Must be authenticated as a server. If not authorised, aAccessDeniederror will be returned.

Parameters

Parameter Type Default
id Integer null
The ID of the message

Errors

Error Attributes
MessageNotFound id
No message found matching provided ID The ID of the message

Response Data

This action will return a delivery structure.

You'll receive all attributes for this structure (basic and extended attributes).