cURL
curl --request POST \ --url https://app.mindlytics.ai/bc/v1/user/identify \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --header 'X-App-ID: <api-key>' \ --data ' { "id": "<string>", "device_id": "<string>", "traits": {} } '
{ "organization_id": "<string>", "app_id": "<string>", "user_id": "<string>", "id": "<string>", "aliases": [ "<string>" ], "created_at": "<string>", "traits": {} }
Identify user. The user id, or the user’s device id, or both must be provided
API Key for your organization
Project ID
User identification - requires either id or device_id (or both)
The unique ID of the user
The ID of the device, if applicable
Any additional traits to be associated with the user (name, gender, etc)
Show child attributes
User identified