Quick Start
Get started with using Kordon API.
Get Your API Token
Section titled “Get Your API Token”- Log into your Kordon account
- Go to Settings → API Tokens
- Click Generate New Token
- Choose Bot Token for testing
- Copy the token
Test Your Connection
Section titled “Test Your Connection”Make your first API call to verify everything works:
GET /users
Section titled “GET /users”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.