Get API users permitted businesses
GEThttps://api.staging.powerapi.com/api/v1/businesses/permitted_list
Returns a list of businesses that are allowed for API user
Responses
- 200
Returns a list of businesses that are allowed for API user
- 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/permitted_list' \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear