Kaiten API

JSON API version: 1

Base URL: https://<your_domain>.kaiten.ru/api/v1

Latest API version is always available at https://<your_domain>.kaiten.ru/api/latest

All requests must contain bearer auth header.
Authorization: Bearer <token>
Example:
Authorization: Bearer 296a5709-99bc-49a7-96e0-c0a1b236091f

.kaiten.ru

Get bearer token

API consumes and produces application/json.

API Rate Limits

To keep the load on our servers, API rate limits apply. In order to properly configure your API client consider the following response headers:

  • X-RateLimit-Remaining — remaining number of requests until limit will be reached.
  • X-RateLimit-Reset — UTC epoch when the limit will be reset

Current limit: 5 request per second.

If the limit is reached, Kaiten will return 429 HTTP code.

logo
Kaiten
If you have any questions or need help with integration feel free to write us at support@kaiten.io