v1
latestOpenAPI 3.1.02026-07-22162733.8 KBPilot
Verify token and return profile
Validates the Bearer token and returns the pilot's profile. Use this on app launch to confirm the stored token is still valid and refresh cached profile fields. The response shape matches POST /pilot/login minus the token field.
get/pilot/verify
Response
Token is valid.
Example response
{
"pilot_id": "QFA0001",
"rank": "First Officer"
}