v1
OpenAPI 3.1.0
Cledara API
The Cledara API gives you programmatic access to your Cledara workspace — applications, transactions, and more coming soon.
Authentication
All endpoints require an API key passed as a Bearer token: Authorization: Bearer <your-api-key>
API keys are managed in the Cledara web app under Profile → API Keys. Each key grants the same level of access as the user who created it.
Rate limits
Requests are limited to 120 per minute per API key. Every response includes the following headers:
| Header | Description |
|---|---|
X-RateLimit-Limit |
Maximum requests allowed in the current window |
X-RateLimit-Remaining |
Requests remaining in the current window |
X-RateLimit-Reset |
Unix timestamp when the window resets |
When the limit is exceeded the API responds with 429 Too Many Requests and an additional Retry-After header indicating how many seconds to wait before retrying.
Client Libraries