post https://api.extole.io/v5/events
Calling this endpoint allows you to create an event in Extole using the Admin API for secure server-to-server communication. This endpoint can be used to track events at Extole, such as a purchase or financial account opening.
Strongly Recommended
We strongly encourage you to pass
extole_app_type
in the data of your requests for tracking purposes. This parameter should specify the name of your company, integration, or app. Alternatively, you can passextole-app-type
as a header.
Error Responses
Error Code | Message |
---|---|
400 Invalid Event Time Format | The format used for the event time is invalid. Please use ISO8601 format. |
400 Invalid Time Zone | The time zone specified is invalid. |
400 Missing Event Name | The event name is missing. |
403 Access Denied | The access token provided is not permitted to access the specified resource. |
403 Missing Access Token | No access token was provided with this request. |
429 Too Many Requests | The server is unable to process your request at the moment. Please retry later. |