Events
List all events
Returns a list of your events. The events are returned sorted by creation date, with the most recently created events appearing first.
GET
/
v1
/
events
Authorizations
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
Query Parameters
Only return events that are active or inactive (e.g., pass false
to list all inactive events).
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
Response
200 - application/json
Details about each object.
String representing the object's type. Objects of the same type share the same value. Always has the value list
.
Available options:
list
The URL where this list can be accessed.
Maximum length:
5000