Housing Market APIAuthentication & Security
How do I authenticate?
Every request requires an API key supplied in the x-api-key HTTP header. Keep the key private and server-side only.
Every request requires an API key supplied in the HTTP header:
x-api-key: YOUR_API_KEY
API keys must remain private and should never be embedded into client-side applications or public repositories.
Last updated August 19, 2026
Was this answer helpful?