cURL
curl --request GET \ --url https://api-next.ofauth.com/v2/access/subscriptions/:subscriptionId \ --header 'apiKey: <api-key>' \ --header 'x-connection-id: <api-key>'
{}
Get details of a specific subscription
Permission Required: subscriptions:read
subscriptions:read
Your OFAuth API key for authenticating requests.
Requires a connection via the x-connection-id header.
Subscription ID
1
Successful response
The response is of type object.
object
Was this page helpful?