POST /api/identify
Updates user traits. This endpoint is optional as identify events can also be sent via/api/events.
Request
Headers
string
required
application/jsonstring
required
Your API key
Body
string
required
User ID
string
Anonymous ID
object
User traits (properties that describe the user)
string
required
ISO 8601 timestamp
Example Request
Response
Success Response
boolean
required
true if the request was successfulstring
required
The user ID
