List message events

Returns the list of delivery events recorded for a message. Use this endpoint to list message events through the Samva email API.

GET
/v1/messages/{id}/events

Returns the list of delivery events recorded for a message.

x-api-key<token>

In: header

Path Parameters

id*string
Match^msg_[0-9a-hjkmnp-tv-z]{16,24}$

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/messages/string/events"
[  {    "id": "string",    "messageId": "string",    "eventType": "string",    "status": "string",    "timestamp": "string",    "metadata": {}  }]