π 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