Return all Static Pages
GEThttps://api.staging.powerapi.com/api/v1/static_pages
Return all Static Pages
Request
Query Parameters
sort string
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 Static Pages
- 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/static_pages' \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear