Retrieve user attribution
/users/{user_id}/attributionRetrieves 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.
Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.
In: header
Path Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/users/string/attribution"{ "data": {}}List user activity GET
Returns the user's 50 most recent activity entries, newest first. IP addresses are not included in the entry context.
Update user attribution PUT
Saves the user's sign-up attribution data. Fields that are not supported attribution fields are ignored. If extra sign-up fields are not enabled for the account, the request is rejected with `feature_disabled` instead of being ignored.