List events for a particular resource
List events for a particular resource e.g. a source, going back up to 30 days. The events are returned sorted by creation date, with the most recent appearing first.
Scroll inside to view more
|
Argument
|
Description
|
|---|---|
event REQUIRED
| The identifier of the event to be retrieved.
|
Returns A dictionary with a data property that contains an array of events for the given resource. id, created, resource_id and type are returned. Each entry in the array is a separate event object.
Request
Response
API Endpoints
Sandbox Link
GET
https://api-test.lotuspay.com/v1/events/resource?source=SC00AABBCCDD11
Production Link
GET
https://api.lotuspay.com/v1/events/resource?source=SC00AABBCCDD11

