API Authentication
All API requests to EazeMyAPI must include the API signature key in the request header. This key verifies that the request is authorized to access your project’s APIs.Required Header
Every API request must include the following header:Where to Find the Secret Key
You can find your API signature key inside the dashboard. Steps:- Open your Project
- Go to Settings
- Copy the API Secret Key
Example Request
Example API call with the required header.Example Using cURL
Security Best Practices
- Never expose the secret key in public repositories
- Do not store the key directly inside frontend code
- Use environment variables to store API keys
- Rotate keys if they are compromised

