Get API Key
All API requests to Cunnekt must include a valid API Key in the request header.
The API Key is used to authenticate your account and authorize access to Cunnekt services such as WhatsApp, SMS, calling, and platform actions.
API Key Requirement
Every API request must include the following header:
API-KEY: your_api_key_here
Requests without a valid API Key will be rejected with an authentication error.
How to Generate Your API Key
You can generate or retrieve your API Key from the Cunnekt Dashboard.
Step-by-Step Guide
- Login to your Cunnekt Dashboard.
- Go to Settings.
- Click on API & Webhooks.
- If an API Key is not already generated, click Generate API Key.
- Copy the generated API Key.
- Store it securely. You will need it for all API requests.
Important Notes
- Keep your API Key confidential.
- Do not expose it in frontend code or public repositories.
- If your API Key is compromised, regenerate it immediately from the dashboard.
- Each workspace/channel has its own unique API Key.