v1
latestOpenAPI 3.0.02026-07-26168846732.2 KBEvent
Events - Delivery Attempt List
List all delivery attempts for the specified Event.
get/events/{merchant_id}/{event_id}/attempts
Path parameters
merchant_idstring required
The unique identifier for the Merchant Account.
event_idstring required
The unique identifier for the Event
Response
List of delivery attempts retrieved successfully
Example response
[
{
"event_id": "evt_018e31720d1b7a2b82677d3032cab959",
"merchant_id": "y3oqhf46pyzuxjbcn2giaqnb44",
"profile_id": "SqB0zwDGR5wHppWf0bx7GKr1f2",
"object_id": "QHrfd5LUDdZaKtAjdJmMu0dMa1",
"initial_attempt_id": "evt_018e31720d1b7a2b82677d3032cab959",
"created": "2022-09-10T10:11:12Z",
"request": {
"headers": [
[
"content-type",
"application/json"
],
[
"content-length",
"1024"
]
]
},
"response": {
"headers": [
[
"content-type",
"application/json"
],
[
"content-length",
"1024"
]
],
"status_code": 200
}
}
]