Skip to content

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.

https://api.kasbly.com/api/v1

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.

Terminal window
curl https://api.kasbly.com/api/v1/cars \
-H "X-Api-Key: kas_live_..."

Responses are wrapped as { success, data, meta? }. Errors follow the same shape with success: false and an error payload instead of data.

60 requests/minute, 5,000 requests/day per API key.

The pages below are generated from the OpenAPI specification and list every resource, parameter, and response shape.