events list
GET {{baseUrl}}/events
Returns a list of Event
objects.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
created_after | string | If provided, will only return objects created after this datetime. | |
created_before | string | If provided, will only return objects created before this datetime. | |
cursor | string | The pagination cursor value. | |
include_deleted_data | boolean | Whether to include data that was marked as deleted by third party webhooks. | |
include_remote_data | boolean | Whether to include the original data Merge fetched from the third-party to produce these models. | |
modified_after | string | If provided, will only return objects modified after this datetime. | |
modified_before | string | If provided, will only return objects modified before this datetime. | |
page_size | number | Number of results to return per page. | |
remote_id | string | The API provider's ID for the given object. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Account-Token | string | (Required) Token identifying the end user. | |
Accept | string |
RESPONSES
status: OK
{"next":"cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw","previous":"cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ","results":[{"emails":["daaa1baf-99df-7f09-abe2-123c6d69883c","89493010-91e8-ff53-a211-0d43457b2994"],"messages":["d20cc6eb-3961-707e-6fb5-d4e24eda9697","urn:uuid:ad483d94-205f-29e1-b9ed-c4d5fb569b74"],"name":"New Customer Webinar","description":"Webinar for new customers to learn more about the product.","remote_created_at":"2022-12-23T00:00:00Z","start_time":"2022-01-03T00:00:00Z","end_time":"2022-01-03T01:00:00Z","id":"23d3dd25-97f4-af42-b739-1a20875a9359","remote_id":"10"},{"emails":["2902137c-13e6-d8c9-8fa6-8396dbc5fb1c","urn:uuid:2ad1c128-5743-b80c-8f8a-0e164705a5b4"],"messages":["urn:uuid:6c6a8703-b619-026e-9161-45c8a7a9e121","urn:uuid:807025f3-516e-a7a1-d95d-f7f08146ec31"],"name":"New Customer Webinar","description":"Webinar for new customers to learn more about the product.","remote_created_at":"2022-12-23T00:00:00Z","start_time":"2022-01-03T00:00:00Z","end_time":"2022-01-03T01:00:00Z","id":"urn:uuid:cb361c10-a4bb-6bd5-f45f-e2a438887e41","remote_id":"10"}]}