"Effortlessly manage flight sessions and retrieve essential data with Aeromegh's endFlight API."
This API facilitates programmatic access to flight session management, enabling authorized users to efficiently terminate flights and gather pertinent information for further analysis.
Authentication
To use the API, insert your API key in the Authorization header like this:
Authorization:Bearer<YOUR_API_KEY>
Replace <YOUR_API_KEY> with your AeroGCS API key. Without it, you'll get a 401 Unauthorized error.