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, a AccessDenied
error will be returned.
Parameters
Parameter | Type | Default |
---|---|---|
id Required The ID of the message |
Integer | null |
Errors
Error | Attributes |
---|---|
MessageNotFound No message found matching provided ID |
|
Response Data
This action will return a delivery structure.
You'll receive all attributes for this structure (basic and extended attributes).