API Keys
To access the Munsit API, you’ll need an API key. This key serves as your authentication credential and is required for all API requests.How it works
Include your API key in every request by adding it to thex-api-key HTTP header:
API Key Features
Your API keys can be configured with:- Endpoint restrictions: Control which API endpoints each key can access
- Usage limits: Set custom quotas to manage and monitor your API consumption
Security Best Practices
Making requests
You can paste the command below into your terminal to run your first API request. Make sure to replace$MUNSIT_API_KEY with your secret API key.
These examples use the global endpoint (
api.munsit.com). If you’re in the UAE, use the regional endpoint (ae.api.faseeh.ai) with an API key from the UAE dashboard at ae.app.munsit.com. API keys are region-specific. See Endpoints for more details.