Skip to main content
POST
/
v2
/
access
/
promotions
/
tracking-links
Create tracking link
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>"
  }
]

Authorizations

apiKey
string
header
required

Your OFAuth API key for authenticating requests.

x-connection-id
string
header
required

Requires a connection via the x-connection-id header.

Body

application/json
name
string
required

Name for the tracking link

Required string length: 1 - 100

Response

Successful response

id
number
required
name
string
required