Required Header
Every API request must include the following header:JavaScript (Axios)
PHP (cURL)
Python (requests)
cURL
API Key Scopes (Future Vision) (Future Vision)
In the future, EazeMyAPI will support scoped API keys to enhance security and control.Planned Capabilities
- Read-only keys (GET requests only)
- Write keys (POST, PUT, DELETE access)
- Admin keys (full access)
- Table-level restrictions (limit access to specific data)
- Rate-limited keys (control usage per key)
Example (Future Format)
Security Best Practices
- Never expose the secret key in public repositories
- Do not store the key inside frontend code
- Use environment variables to store API keys
- Rotate keys if compromised

