API Key Authentication
The Meow API uses API key authentication. Include your API key in thex-api-key header with every request.
Obtaining an API Key
You can create and manage API keys from the Meow Dashboard.Multi-Entity Access
For API keys with access to multiple entities, include thex-entity-id header to scope requests to a specific entity:
/api-keys/accessible-entities endpoint to list all entities accessible by your API key.
Environments
Production
Sandbox
Security Best Practices
- Never expose your API key in client-side code
- Rotate keys regularly using the Meow Dashboard