latestOpenAPI 3.0.12026-08-101292701.1 MB
f21981db32be
Events
Gets an event by identifier
Retrieve the details of an event by supplying its unique identifier, which you may have received in a webhook.
get/events/{id}
Path parameters
idstring uuid required
Event identifer
Response
200 OK. Returns an event object if a valid identifier was provided.
Example response
{
"createdTime": "2018-08-29T09:12:33Z",
"digitalRiverVersion": "2018-04-19",
"liveMode": true,
"type": "charge.succeeded"
}