cURL
curl --request POST \ --url https://analytix.userpilot.io/v1/track \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "user_id": "<string>", "event_name": "<string>", "metadata": { "Appointment Date": "<string>", "Appointment Type": "<string>", "Scheduled By": "<string>", "Specialty": "<string>", "Provider ID": "<string>", "Appointment Status": "<string>" } }'
This response does not have an example.
API authentication token in the format: Token {{API_KEY}} Obtain your API key from the Userpilot Environment Settings.
Token {{API_KEY}}
Accepted - Event tracking successful
Was this page helpful?