Return all subscriptions for specific business
GEThttps://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
- 200
Return all subscriptions for specific business
- application/vnd.api+json
- Schema
Schema
Authorization: http
name: bearertype: httpscheme: bearerbearerFormat: JWT
- curl
- python
- go
- nodejs
- ruby
- java
- powershell
- CURL
curl -L 'https://api.staging.powerapi.com/api/v1/businesses/:id/subscriptions' \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear