List events

List events, going back up to 30 days. The events are returned sorted by creation date, with the most recent appearing first. You can use this API method and the limit parameter to page through events.

Scroll inside to view more
Argument
Description
limit optional, default is 100
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 100.
Page optional
This will return all the events withing the page limit.

Returns A dictionary with a data property that contains an array of up to limit events and when you pass page will return all the events within the page limit, starting after event starting_after. id, created, resource_id and type are returned. Each entry in the array is a separate event object. If no more events are available, the resulting array will be empty. This request should never return an error.

API Endpoints
Sandbox Link
GET
https://api-test.lotuspay.com/v1/events
Production Link
GET
https://api.lotuspay.com/v1/events
Authorization Header
Last updated 1 year ago