API reference
List delivery events
Required scope: delivery:read.
GET
/v1/submissions/{submissionId}/eventsAuthorization
tenantApiKey x-api-key<token>
A scoped tenant key returned once by an operator. Never place it in URLs, logs, prompts, or client-side application code.
In: header
Path Parameters
submissionId*string
Format
uuidResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
# Set the API key and replace resource IDs with your saved IDs.curl --fail-with-body --silent --show-error -X GET \ "https://api.mailactor.com/v1/submissions/$SUBMISSION_ID/events" \ -H "x-api-key: $MAILACTOR_API_KEY"