Skip to main content

Authentication

Before accessing the APIs, Spire must provide users with an API token for the Aviation APIs.

API endpoints#

All our products can be accessed through these API endpoints:

https://api.airsafe.spire.com/v2/targets/stream

Authentication header#

All queries addressed to our API are using Bearer Authentication.

curl -H "Authorization: Bearer <your_token>" "https://api.airsafe.spire.com/v2/<product_endpoint>"