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)
User identified
The response is of type object.
object