cURL
curl --request GET \ --url https://api.decisionly.com/v2/issuer/events \ --header 'Authorization: Basic <encoded-value>'
{ "has_more": true, "data": [ { "id": "<string>", "type": "case.chargeback_filed", "created": "2023-11-07T05:31:56Z", "data": { "case_id": "<string>" } } ] }
Returns a list of all events for an account. Events are also delivered via webhooks - see the Webhooks documentation for more details.
Use your API key as the username. No password is required.
1 <= x <= 100
A JSON array of events.
Show child attributes
Unique identifier for the event.
The type of event.
case.created
case.chargeback_needs_review
case.chargeback_filed
case.chargeback_represented
case.prearb_filed
case.won
case.lost
case.closed
"case.chargeback_filed"
Timestamp when the event was created.
Data associated with the event.
The associated case ID, if any.