Retrieves all active subscriptions of organization
GET
/v2/organizations/{organization_id}/subscriptions/activeLast modified: 3 days ago
Get the active subscriptions of organization
Request
Path Params
organization_id
integer
required
Organization ID
Query Params
app_type
string
optional
The product type
page
integer
optional
The page number
per_page
integer
optional
The number of items per page
Request samples
Responses
OK(200)
Unauthorized(401)
Forbidden(403)
Record Not Found(404)
HTTP Code: 200
Content Type : JSONapplication/json
Subscriptions retrieved
Data Schema
object {0}
Example
{}
Last modified: 3 days ago