cURL
curl --request GET \ --url https://api-next.ofauth.com/v2/access/promotions/trial-links \ --header 'apiKey: <api-key>' \ --header 'x-connection-id: <api-key>'
{ "list": [ { "id": 123, "trialLinkName": "<string>", "url": "<string>", "subscribeDays": 123, "subscribeCounts": 123, "claimCounts": 123, "clicksCounts": 123, "expiredAt": "<string>", "createdAt": "<string>", "isFinished": true, "user": "<unknown>", "sharedWith": "<string>" } ], "hasMore": true }
Get a list of all trial links
Permission Required: promotions:read
promotions:read
Your OFAuth API key for authenticating requests.
Requires a connection via the x-connection-id header.
Number of items to return (1-100, default: 20)
1 <= x <= 100
Number of items to skip (default: 0)
x >= 0
Successful response
Show child attributes
Was this page helpful?