API Reference
The Partner API lets external systems build integrations against your workspace — read inventory, search and update customers, and pull exchange rates — using the same API keys you create in Settings → API Keys.
Base URL
Section titled “Base URL”https://api.kasbly.com/api/v1Authentication
Section titled “Authentication”Every request requires an X-Api-Key header set to a key created in
Settings → API Keys. Treat it like a password — anyone with the key can
act against your workspace.
curl https://api.kasbly.com/api/v1/cars \ -H "X-Api-Key: kas_live_..."Response envelope
Section titled “Response envelope”Responses are wrapped as { success, data, meta? }. Errors follow the same
shape with success: false and an error payload instead of data.
Rate limits
Section titled “Rate limits”60 requests/minute, 5,000 requests/day per API key.
Full endpoint reference
Section titled “Full endpoint reference”The pages below are generated from the OpenAPI specification and list every resource, parameter, and response shape.
Browse all endpointsFull generated API reference
