API Key Authentication
All API requests (except the health check endpoint) require authentication via an API key.
Getting an API Key
API keys are issued through your GreetIncs dashboard. Keys follow the format:
Using Your API Key
Include your API key in the X-API-Key header with every request:
Security Best Practices
Never expose your API key in client-side code, public repositories, or logs.
- Store API keys in environment variables or secrets managers
- Use different keys for development and production
- Rotate keys periodically
- Revoke compromised keys immediately
Error Responses