Authentication
All requests to the GeoCerta API require an API key.
API Key Header
Pass your API key in the api-key request header on every request:
api-key: YOUR_API_KEY
Example
curl https://api.geocerta.io/addresses?address=London \
-H "api-key: YOUR_API_KEY"
Errors
| Status | Message | Cause |
|---|---|---|
401 | Unauthorized | API key header missing |
401 | Unauthorized | API key is invalid or inactive |
Contact support@geocerta.io to obtain your API key.