Skip to content

API Reference

The Partner API lets external systems build integrations against your workspace — read listings and inventory, and search and update customers — 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/listings' \
-H "X-Api-Key: <your-api-key>"

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

The API allows up to 1,000 requests per minute. There is no daily request cap.

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