cURL
curl --request GET \ --url https://v2.api.us.housr.com/partners/perks/categories \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "category_name": "<string>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Categories