cURL
curl --request GET \ --url https://api-next.ofauth.com/v2/access/promotions/tracking-links/:trackingLinkId/claimers \ --header 'apiKey: <api-key>' \ --header 'x-connection-id: <api-key>'
{ "list": [ "<unknown>" ], "hasMore": true }
Get list of users who claimed a tracking link
Permission Required: promotions:read
promotions:read
Your OFAuth API key for authenticating requests.
Requires a connection via the x-connection-id header.
Tracking link ID
1
Successful response
Was this page helpful?