The above API provides list of plan data. you can search plans by plan name or paginate plan list through this API.
This API provides programmatic access to plan data with secure API key authentication. Use a GET request to retrieve details like geofence points, mission waypoints, statistics, and project configuration. Comprehensive documentation helps developers leverage the API effectively.
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.