curl --request POST \
--url https://api.ofauth.com/v2/access/promotions/trial-links/share-access \
--header 'Content-Type: application/json' \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>' \
--data '
{
"trialId": 1,
"userId": 1
}
'{
"success": true
}Share trial link access with a user
Permission Required: promotions:write
curl --request POST \
--url https://api.ofauth.com/v2/access/promotions/trial-links/share-access \
--header 'Content-Type: application/json' \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>' \
--data '
{
"trialId": 1,
"userId": 1
}
'{
"success": true
}Documentation Index
Fetch the complete documentation index at: https://docs.ofauth.com/llms.txt
Use this file to discover all available pages before exploring further.
Requires a connection via the x-connection-id header.
Successful response
Was this page helpful?