Headers
API authentication token in the format: Token {{API_KEY}}
Obtain your API key from the Userpilot Environment Settings.
Body
application/json
The unique identifier for the user. This is the ID that Userpilot uses to identify the user.
Example:
"user_789456"
Name of the event being tracked. Use descriptive names like 'schedule_appointment', 'purchase_completed', etc.
Example:
"schedule_appointment"
Optional event metadata. You can add, remove, or modify any properties as needed for your use case.
Response
Accepted - Event tracking successful