curl --request GET \
--url https://api-next.ofauth.com/v2/access/promotions/tracking-links/:trackingLinkId \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>'{
"id": 123,
"name": "<string>"
}Get details of a specific tracking link
Permission Required: promotions:read
curl --request GET \
--url https://api-next.ofauth.com/v2/access/promotions/tracking-links/:trackingLinkId \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>'{
"id": 123,
"name": "<string>"
}Requires a connection via the x-connection-id header.
Tracking link ID
1Was this page helpful?