Create Identity

📘

You can also use the import endpoint: https://api.mixpanel.com/import/

Identify Criteria:

960

Required Event Object attributes

Event Object propertyTypeDescription
eventString
required
value must be: $identify
propertiesObject
required
properties.distinct_idString
optional
The distinct ID post-identification (same as $identified_id - it will be inferred from $identified_id if not included)
properties.$identified_idString
required
A distinct_id to merge with the $anon_id.
properties.$anon_idString
required
A distinct_id to merge with the $identified_id. The $anon_id must be UUID v4 format and not already merged to an $identified_id.
properties.tokenString
required
The project token.
Language
URL
Click Try It! to start a request and see the response here!