[Beta] Report Link Users
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.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.