terminalCustomer API

The Customer API provides access to real-time and historical flight data from the Wingbits network. Retrieve flight information, aircraft positions, and telemetry data for your applications.

API Reference

The Customer API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

The Customer API exclusively supports read operations. Each request limitation is dependent on your current subscription.

Base URL

https://customer-api.wingbits.com/

Authentication

The Customer API uses API keys to authenticate requests. You can obtain your API keys from your Wingbits account dashboard.

Your API key must be included in every request to the API, either as a header or within the request parameters. Ensure your key remains secure and do not expose it in publicly accessible areas, like client-side code or version control systems.

All requests to the Customer API should be made over HTTPS, as requests over HTTP will not be successful. Unauthenticated requests to the API will fail as well.

Last updated