Authorizations
Body
application/json
curl --request POST \
--url https://api.topsort.com/v2/events/beta/link-users \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"from": "user123",
"to": "user456"
}'This response does not have an example.Use the /events/beta/link-users endpoint to report to Topsort linked opaque user IDs.
This endpoint allows linking two opaque user IDs for attribution purposes. The from field represents the original opaque user ID, and the to field represents the target opaque user ID to be linked. The request will fail if the from and to opaque user IDs are the same.
Contact your sales representative to gain access to this endpoint and start using it.
curl --request POST \
--url https://api.topsort.com/v2/events/beta/link-users \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"from": "user123",
"to": "user456"
}'This response does not have an example.Was this page helpful?