v1
latestOpenAPI 3.0.02026-07-26168846732.2 KBEvent
Events - List
List all Events associated with a Merchant Account or Profile.
post/events/{merchant_id}
Path parameters
merchant_idstring required
The unique identifier for the Merchant Account.
Request body
Response
List of Events retrieved successfully
Example response
{
"events": [
{
"event_id": "evt_018e31720d1b7a2b82677d3032cab959",
"merchant_id": "y3oqhf46pyzuxjbcn2giaqnb44",
"profile_id": "SqB0zwDGR5wHppWf0bx7GKr1f2",
"object_id": "QHrfd5LUDdZaKtAjdJmMu0dMa1",
"initial_attempt_id": "evt_018e31720d1b7a2b82677d3032cab959",
"created": "2022-09-10T10:11:12Z"
}
]
}