cURL
curl --request GET \ --url https://api-next.ofauth.com/v2/access/promotions/trial-links/:trialLinkId \ --header 'apiKey: <api-key>' \ --header 'x-connection-id: <api-key>'
{ "id": 123, "trialLinkName": "<string>", "url": "<string>", "subscribeDays": 123, "subscribeCounts": 123, "claimCounts": 123, "clicksCounts": 123, "expiredAt": "<string>", "createdAt": "<string>", "isFinished": true, "user": "<unknown>", "sharedWith": "<string>" }
Get details of a specific trial link
Permission Required: promotions:read
promotions:read
Your OFAuth API key for authenticating requests.
Requires a connection via the x-connection-id header.
Trial link ID
1
Successful response
Was this page helpful?