cURL
curl --request GET \ --url https://api.decisionly.com/v1/issuer/events \ --header 'Authorization: Basic <encoded-value>'
{ "has_more": true, "data": [ { "id": "<string>", "type": "<string>", "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.
Timestamp when the event was created.
Data associated with the event.
The associated case ID, if any.