curl --request GET \
--url https://api-next.ofauth.com/v2/access/promotions/tracking-links \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>'{
"list": [
{
"id": 123,
"name": "<string>"
}
],
"hasMore": true
}Get a list of all tracking links
Permission Required: promotions:read
curl --request GET \
--url https://api-next.ofauth.com/v2/access/promotions/tracking-links \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>'{
"list": [
{
"id": 123,
"name": "<string>"
}
],
"hasMore": true
}Requires a connection via the x-connection-id header.
Number of items to return (1-100, default: 20)
1 <= x <= 100Number of items to skip (default: 0)
x >= 0Pagination token
Include deleted tracking links (0 or 1)
0 <= x <= 1Sort deleted items
Include statistics
true, false Was this page helpful?