Post Generic Event

This endpoint is primarily used by mobile apps. Calling this endpoint allows users to send a customer event to Extole. The event name must be indicated in the request. Event data may be passed as data parameters and/or a JWT-encoded body parameter. Please note that this method is called by Extole tags, and the primary method of integration is tagging.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The name of the event (e.g., converted, registered, subscribed, opened).

data
object

You can pass any data associated with the event and user (e.g., email, first name, last name, program labels).

string

A JSON Web Token (JWT) asserting the identity of the user associated with this token.

string

An alias for the JWT parameter.

Headers
string
Defaults to Bearer {access_token}
string
Defaults to application/json
string
Defaults to application/json
Responses

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json