Quick Start
Last updated
curl https://fmc.flylogs.com/v1/users/view.json \
-H "Authorization: Bearer flk_3pQ8XnX...Zr"{
"User": {
"id": "1234",
"email": "your@email.com",
"active": true,
"pilot": true
},
"UserDetail": {
"name": "John",
"surname": "Doe"
},
"UserGroup": {
"name": "Pilot",
"id": "110"
}
}# Page 1 of flights
curl https://fmc.flylogs.com/v1/flights/load/page:1/from:/to:/aircraft:/pilot:/base:/flight_type:/.json \
-H "Authorization: Bearer <api-key>"/flights/load/page:1/from:2025-01-01/to:2025-03-31/aircraft:45/pilot:/base:/flight_type:/.jsonhttps://fmc.flylogs.com/v1/safety_reports/view/150/pdf:true?token=<api-key>{
"message": "Unauthorized"
}