Skip to content

Quickstart

Open the Kolony API listing on RapidAPI and subscribe to a plan that matches your needs.

The public listing URL will be finalized when the dedicated API droplet and RapidAPI go-live complete. Until then, treat the marketing site CTA as the entry point.

Use the API sign-up flow (start → verify PIN → complete) so your RapidAPI identity is bound to a Kolony user account.

Call POST /v0/auth/login (or the gateway-mediated equivalent) and retain the session token for subsequent requests.

Use your API gateway base URL (for example the RapidAPI proxy host for your subscription) — not the Kolony origin server URL.

Terminal window
curl -sS "https://<api-gateway-server-url>/v0/spaces" \
-H "Authorization: Bearer $SESSION" \
-H "Content-Type: application/json"

When the response returns your spaces (possibly empty), you are ready to follow the first space and channel guide.