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": [
null
],
"hasMore": true
}Get list of users who claimed a tracking link
Permission Required: promotions:read
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": [
null
],
"hasMore": true
}Requires a connection via the x-connection-id header.
Tracking link ID
1Was this page helpful?