X-API-Key header.
API Key Header
Include your API key in every request:Example Request
cURL
Error Responses
If the API key is missing or invalid, you will receive a401 Unauthorized response:
Security Best Practices
- Store securely: Use environment variables or a secrets manager. Never hardcode keys in source code.
- Server-side only: Make all AcreBlitz API calls from your backend. Never include the key in frontend code shipped to browsers or mobile devices.
- Rotate if compromised: If you suspect your key has been exposed, contact support@acreblitz.com to rotate it immediately.
- Limit access: Only share API keys with team members who need them. Use separate keys for development and production if available.

