Skip to content

πŸ” API Access

Learn how to authenticate with FL3XX APIs, understand token boundaries, and implement security best practices for API integration

1
πŸ”

Authentication Process

2
🚦

Token Boundaries

3
πŸ”‘

Token Access Rights

4
βœ…

Best Practices

πŸ”

Authentication Process

Learn how to authenticate API requests

Required

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.

Example Authenticated CURL Request

curl Example Authenticated CURL request
curl --location 'https://test.fl3xx.com/api/external/aircraft/16076' \
--header 'X-Auth-Token: tBylYM9k-MY_SAMPLE_TOKEN'
🚦

Token Boundaries

Understanding token scope and limitations

Scope
πŸ”‘

Token Access Rights

Configuring and managing token permissions

Permissions
βœ…

Best Practices

Security and usage recommendations

Security