POST /v1/identify
POST /v1/identify — link an anonymous_id to a user_id.
Auth
Request
POST /v1/identify
Authorization: Bearer {key}
Content-Type: application/json{
"anonymous_id": "u_abc",
"user_id": "user_42",
"traits": { "email": "matt@example.com", "plan": "pro" }
}Field
Required
Notes
Response
How it integrates
Example query: time-to-conversion per user
Last updated
Was this helpful?