Estate Intel logo
Docs Request custom features Sign in
  • Introduction
  • Authentication
  • Rate Limits
  • Status Codes
  • Supported Property Sectors
  • Supported Residential Typologies
  • Pricing
  • API Endpoints
  • Supported Locations
  • Land Prices
  • Residential Prices
  • Growth Rates
  • Docs
  • Request custom features
  • Sign in

Authentication

Always ensure to authenticate your API requests, by including your secret key in the API-KEY header of each request. See your API secret key on your dashboard .

Your secret key should be kept private. It should not be used on your client-side, or committed to git.

Add an API-KEY header to each request and set its value to your secret key like this:
API-KEY:   YOUR_SECRETE_KEY
Every unauthenticated request fails with the status code
401 Unauthorized
Ensure all API requests is sent over HTTPS.