API Documentation
Introduction
Learn how to integrate with Kan’s REST API.
Base URL
Authentication
Most endpoints require authentication using your API key. You can create one in the settings page of your account. Include this key in the x-api-key
header of each request.
Response codes
Kan uses standard HTTP codes to indicate the success or failure of your requests.
In general, 2xx
HTTP codes correspond to success, 4xx
codes are for user-related failures, and 5xx
codes are for infrastructure issues.
Status | Description |
---|---|
200 | Success |
400 | Invalid parameters |
401 | Missing token |
403 | Invalid token |
404 | Resource not found |
500 | Error with Kan’s infrastructure |