Markit API
Events
The events resource allows you to handle Retrieve related functionality to view your events on Markit. The following actions can be performed on this resource...
- Retrieve All Events
- Retrieve a Single Event
Retrieve All Events
Retrieves all Markit events on your account.
You can include additional parameters in the request as described in the Query Parameters section. For instance, the request below will return contacts with a createdAt of "asc" (ascending).
Available query parameters:
- limit: 20 (default)
- offset: 0 (default)
- createdAt: ‘desc’ | ‘asc’ (default = ‘desc’)
- upcoming: boolean (true to show only upcoming events by start time)
Example Response:
Retrieve a Single Event
Retrieves a single event with the event ID equal to {id}.
Example Response: