v1
latestOpenAPI 3.1.02026-07-22162733.8 KBPilot
Credentials login
Exchange a pilot's username (pilot ID or email) and password for an API key. Returns the full pilot session including the token field that the client uses on every subsequent request as a Bearer token.
post/pilot/login
Request body
Example request
{
"username": "QFA0001"
}Response
Credentials accepted.
Example response
{
"pilot_id": "QFA0001",
"rank": "First Officer"
}