Sidebar

Mobile navigation sidebar

Developer console

API Authentication

All API requests require authentication using an API key passed in the x-auth-key header.

Get your API key

You can obtain your API key from the Developer Console. Sign in, create or select an application, and generate an API key. There are no other authentication methods at this time.

Using the API key

Include your API key in every request using the x-auth-key header:

curl -H "x-auth-key: YOUR_API_KEY" "http://localhost:8383/address-api-v1/au/address/suggest?keyword=123"

Security

Never expose API keys in client-side code or public repositories. Use them only in server-to-server requests. Rotate keys if you suspect they have been compromised.