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": null,
"sharedWith": "<string>"
}Get details of a specific trial link
Permission Required: promotions:read
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": null,
"sharedWith": "<string>"
}Requires a connection via the x-connection-id header.
Trial link ID
1Successful response
Was this page helpful?