Skip to main content
GET
/
perks
/
categories
Fetch perk categories
curl --request GET \
  --url https://v2.api.us.housr.com/partners/perks/categories \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "category_name": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Categories

id
string
category_name
string