🔑 Authentication

Our APIs use a simple authentication mechanism to ensure secure access using a custom http header.

Authentication Process

To authenticate with our APIs, each request must include an http header named 'X-Auth-Token', where you provide your token. This token acts as a key to identify and authorize your access to our systems.

curl --location 'https://test.fl3xx.com/api/external/aircraft/16076' --header 'X-Auth-Token: tBylYM9k-MY_SAMPLE_TOKEN'
 

Example Postman Configuration: