Skip to main content
GET
https://api.powerbuyerinventory.dev
/
pages
curl -X 'GET' \
  'https://api.hfrsite.com/pages?page=1&limit=50' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
Things you can do:
  • Get all the page information
  • query by
page
integer
default:"1"
limit
integer
default:"50"
curl -X 'GET' \
  'https://api.hfrsite.com/pages?page=1&limit=50' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \