Quickstart
1. Subscribe on RapidAPI
Section titled “1. Subscribe on RapidAPI”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.
2. Complete Kolony sign-up
Section titled “2. Complete Kolony sign-up”Use the API sign-up flow (start → verify PIN → complete) so your RapidAPI identity is bound to a Kolony user account.
3. Authenticate
Section titled “3. Authenticate”Call POST /v0/auth/login (or the gateway-mediated equivalent) and retain the session token for subsequent requests.
4. Make a first call
Section titled “4. Make a first call”Use your API gateway base URL (for example the RapidAPI proxy host for your subscription) — not the Kolony origin server URL.
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.