Housr Perks API
The Housr Perks API lets you browse, manage, and redeem perks for your users.All endpoints require
Authorization: Bearer <token> over HTTPS, except health-check and /auth/token.
Base URLs
- Production:
https://v2.api.us.housr.com/partners - Sandbox:
https://v2.staging.api.us.housr.com/partners
What’s inside
- Hourly-expiring token via HTTP Basic to
/auth/token - Perks: list, get
- Redemptions: redemption endpoint
- Categories and User perks
- Consistent pagination, filtering & sorting
Quick start
- Get a token
- Hit the Perks endpoints with your Bearer token

