Set UTM Info (write-once)
Sets the currently authenticated user's UTM tracking information. This is a write-once operation - if the user already has any UTM data, the request is silently ignored and returns 204 No Content. Returns 201 Created if UTM data was successfully stored.
Request Body*
{
"source": "string",
"medium": "string",
"term": "string",
"content": "string",
"campaign": "string"
}
Responses
201 Created
204 No Content
401 Unauthorized