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
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>"
}Requires a connection via the x-connection-id header.
Tracking link ID
1Name for the tracking link
1 - 100Was this page helpful?