Get list of events in Enterprise Account

This API is used to get a list of events created under and Enterprise or White Label account. The parameters are in curly braces in the above URL for that need to pass these values:

whiteLabelURL is the whitelabel URL where the list of events will come from
pastEvent is a parameter with a true or false value that is used to specify whether you want to fetch past events or active & upcoming events. pass True to get all past events and pass false to get all active & upcoming events

Query params
page: Default value of page is 0, which is used for pagination E.g. If you need result after the first 10 events and total events count is 200 then you need to pass page value as 1 it'll return the events records from 11 to 20.
size: defualt value of size is 10, which is returns 10 events per page if you need more or less events in single page then you can pass value accordingly

Path Parameters
Required

Body Parameters
Not Required

Response
Details / Check response object

Authentication required - ❌

Language
Click Try It! to start a request and see the response here!