Skip to main content

Return all subscriptions for specific business

GET 

https://api.staging.powerapi.com/api/v1/businesses/:id/subscriptions

Return all subscriptions for specific business

Request

Path Parameters

    id int32required

Query Parameters

    sort string
    filter[scope] string

    Possible values: [not_terminated]

    Subscriptions scoped to the group of statuses

    page int32

    Page offset to fetch.

    Default value: 1
    per_page int32

    Number of results to return per page.

    Default value: 10

Responses

Return all subscriptions for specific business
Schema

Authorization: http

name: bearertype: httpscheme: bearerbearerFormat: JWT
curl -L 'https://api.staging.powerapi.com/api/v1/businesses/:id/subscriptions' \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://api.staging.powerapi.com
Auth
Parameters
— pathrequired
— query
— query
— query
— query
ResponseClear

Click the Send API Request button above and see the response here!