FL3XX API allows partners to access flight information, airport details, and a vast array of aviation services.
FL3XX API allows partners to access flight information, airport details, and a vast array of aviation services.
curl -i -X PUT \
'https://developer.fl3xx.com/_mock/reference/api/external/flight/{flight}/services/FBO/{target}' \
-H 'Content-Type: application/json' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE' \
-d '{
"id": 0
}'
curl -i -X DELETE \
'https://developer.fl3xx.com/_mock/reference/api/external/flight/{flight}/services/FBO/{target}' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'