Consolidated API specification for KongAir Flights, Bookings, and Routes services.
API Base URL
- Server 1:https://api.kongair.dev
KongAir API Dev
Security
ApiKeyAuth (apiKey)
An API key is a token that you provide when making API calls. Include the token in a header parameter called X-API-Key.
Example: X-API-Key: 123
BearerAuth (http)
Provide your bearer token in the Authorization header when making requests to protected resources.
Example: Authorization: Bearer 123