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