cURL
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
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?