Skip to main content

Developer portal

Build on the booking ledger.

Directory access, booking workflow endpoints, and telemetry signals — each contract explicit, each request audited, each key revocable.

Developer access is available during approved integration onboarding. Endpoints are stable for documented contracts; surfaces marked as preview may change during the founding pilot.

Quickstart

The first authenticated call

Use API keys for server-to-server integrations. OAuth is reserved for future delegated third-party apps. Base URL: https://kalinklo.com

bash
curl -X GET "https://kalinklo.com/api/v1/artists?q=violin&country=Germany" \
  -H "Authorization: Bearer abo_live_your_key" \
  -H "Accept: application/json"

Try it

Sandbox console

Try it out (sandbox)

This console calls a safe mock endpoint and never mutates production data.

Documentation

Reference chapters

SDKs & examples

Reference repositories will be published once the API leaves charter pilot. Use the API docs and sandbox console for current integration behaviour. To request early SDK access, write to the office.