Profiles API
Authorizations
AuthorizationstringRequired
Your Integration API Write Only API Key. Note: You must use the Write Only API Key, not the Read + Write API Key when using this key in a public website or app for frontend analytics tracking.
Query parameters
locationEnrichmentbooleanOptional
Body
userIdstringOptionalExample:
{userId} or nullanonymousIdstringOptionalExample:
{anonymousId} or nullpropertiesobjectOptional
Responses
204
Successful Response
No content
post
/profile204
Successful Response
No content
Authorizations
AuthorizationstringRequired
Your Integration API Read + Write API Key. Note: You must use the Read + Write API Key, not the Write Only API Key.
Path parameters
userIdstringRequired
ID of the user to fetch
Responses
200
Successful response
application/json
get
/profile/{userId}200
Successful response
Last updated