Show Organization Subscription
GET {{baseUrl}}/api/v2/organization_subscriptions/:organization_subscription_id
Allowed For:
- Agents
- End users
For end users, the response will only list the subscriptions created by the requesting end user.
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
{"organization_subscription":{"created_at":"2009-07-20T22:55:29Z","id":1234,"organization_id":32,"user_id":482}}