List Organization Subscriptions
GET {{baseUrl}}/api/v2/organization_subscriptions
Pagination
- Cursor pagination (recommended)
- Offset pagination
See Pagination.
Returns a maximum of 100 records per page.
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_subscriptions":[{"created_at":"2009-07-20T22:55:29Z","id":1234,"organization_id":32,"user_id":482},{"created_at":"2011-08-22T21:12:09Z","id":43681,"organization_id":334,"user_id":49471}]}