URL & Authentication
All the API endpoints listed in the API reference share the same base URL and authentication method.
Base URL
Section titled “Base URL”The base URL for all API requests is:
https://api.keenable.aiAuthentication
Section titled “Authentication”The API supports two authentication methods:
API Key Authentication (Recommended)
Section titled “API Key Authentication (Recommended)”Include your API key in the X-API-Key header:
X-API-Key: your-api-keyBearer Token Authentication
Section titled “Bearer Token Authentication”Alternatively, you can use a JWT session token with the Authorization header:
Authorization: Bearer your-jwt-tokenYou can manage your API keys in the Keenable Console.