Kruiger Labs
Client Portal Get Started
DocumentationLEO TOOLKIT
Sign inGet support
LEO TOOLKIT

LEO TOOLKIT API Compatibility

Understand optional callsign and roster routes and partial backend compatibility.

View LEO TOOLKIT Product

Advanced routes#

Method and routePurpose
POST /callsigns/nextRequest or allocate the next callsign where implemented.
GET /callsigns/nextCompatibility lookup for next callsign behavior.
POST /callsigns/repairRepair supported callsign registry state.
GET /roster/historyRead compatible personnel history.
POST /roster/sync-memberSynchronize a Discord member with roster state.
POST /roster/auditRun a compatible roster audit.

Partial compatibility#

The bot contains compatibility behavior for some callsign operations. If an optional backend route is not implemented, the specific advanced command can fail while other supported functions continue to work. Treat HTTP 404 or unsupported-operation responses as a backend compatibility issue, not a Discord token problem.

Back to top