Skip to content

URL & Authentication

All the API endpoints listed in the API reference share the same base URL and authentication method.

The base URL for all API requests is:

https://api.keenable.ai

The API supports two authentication methods:

Include your API key in the X-API-Key header:

X-API-Key: your-api-key

Alternatively, you can use a JWT session token with the Authorization header:

Authorization: Bearer your-jwt-token

You can manage your API keys in the Keenable Console.