curl --request POST \
--url https://api-next.ofauth.com/v2/access/promotions/tracking-links \
--header 'Content-Type: application/json' \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>' \
--data '
{
"name": "<string>"
}
'[
{
"id": 123,
"name": "<string>"
}
]Create a new tracking link
Permission Required: promotions:write
curl --request POST \
--url https://api-next.ofauth.com/v2/access/promotions/tracking-links \
--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.
Name for the tracking link
1 - 100Was this page helpful?