Skip to content

Quick Start

Get started with using Kordon API.

  1. Log into your Kordon account
  2. Go to SettingsAPI Tokens
  3. Click Generate New Token
  4. Choose Bot Token for testing
  5. Copy the token

Make your first API call to verify everything works:

Test API Connection
curl --location GET \
--url "https://kordon-app.com/api/v1/users" \
--header "Authorization: Bearer YOUR_TOKEN_HERE"

Success! You should see a JSON response with user, groups and roles data.