Retrieve user attribution

GET/users/{user_id}/attribution

Retrieves the attribution data captured when the user signed up, such as UTM parameters, traffic source, company, and job title. Fields without a value are returned as null.

If extra sign-up fields are not enabled for the account, the API returns feature_disabled.

AuthorizationBearer <token>

Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.

In: header

Path Parameters

user_id*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/users/string/attribution"
{  "data": {}}