LEO TOOLKIT
LEO TOOLKIT API Compatibility
Understand optional callsign and roster routes and partial backend compatibility.
Advanced routes#
| Method and route | Purpose |
|---|---|
| POST /callsigns/next | Request or allocate the next callsign where implemented. |
| GET /callsigns/next | Compatibility lookup for next callsign behavior. |
| POST /callsigns/repair | Repair supported callsign registry state. |
| GET /roster/history | Read compatible personnel history. |
| POST /roster/sync-member | Synchronize a Discord member with roster state. |
| POST /roster/audit | Run 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.