API ReferenceIdentify
Create or Update User Profile
Create a new user profile or update an existing one using API token authentication
Authorization<token>
API Token authentication. Format: Bearer YOUR_API_TOKEN
In: header
projectstring
Project ID
user_idstring
User identifier
propertiesobject
User properties and traits
Empty Object
Response Body
curl -X POST "https://api.tracklytic.de/v1/identify" \ -H "Content-Type: application/json" \ -d '{ "project": "507f1f77bcf86cd799439012", "user_id": "user_123", "properties": { "name": "John Doe", "email": "john@example.com", "plan": "premium", "age": 30, "location": "Berlin" } }'{
"success": true,
"message": "Operation completed successfully"
}{
"code": 400,
"message": "Invalid request data"
}{
"code": 400,
"message": "Invalid request data"
}{
"code": 400,
"message": "Invalid request data"
}{
"code": 400,
"message": "Invalid request data"
}