cURL
curl --request PUT \ --url https://api-next.ofauth.com/v2/access/promotions/tracking-links/:trackingLinkId \ --header 'Content-Type: application/json' \ --header 'apiKey: <api-key>' \ --header 'x-connection-id: <api-key>' \ --data ' { "name": "<string>" } '
{ "id": 123, "name": "<string>" }
Update an existing tracking link
Permission Required: promotions:write
promotions:write
Your OFAuth API key for authenticating requests.
Requires a connection via the x-connection-id header.
Tracking link ID
1
Name for the tracking link
1 - 100
Successful response
Was this page helpful?