cURL
curl --request POST \ --url https://console.cloud.timescale.com/public/api/v1/analytics/identify \ --header 'Content-Type: application/json' \ --data ' { "properties": { "email": "user@example.com", "name": "John Doe" } } '
{ "status": "success" }
Identifies a user with optional properties for analytics tracking.
Optional map of arbitrary properties associated with the user
{ "email": "user@example.com", "name": "John Doe"}
Analytics action completed successfully.
Status of the analytics operation
"success"
Was this page helpful?