Skip to main content

API keys

All requests to the GeoScale Address API must be authenticated using an API key. You can create and manage API keys in the GeoScale dashboard.

Authenticating requests

Send your API key as a Bearer token in the Authorization header:
For example:

Keep your API key secure

API keys should be treated as secrets. Do not commit them to source control or expose them in publicly accessible client-side code.

Authentication errors

Requests with a missing or invalid API key return 401 Unauthorized. A valid API key without an active subscription returns 402 Payment Required.