Authorization header for each request. This ensures that only authorized clients can manage or interact with your account.
Authorization Header
All authenticated requests must include the following header:YOUR_API_KEY with the actual key generated in the FNLB app.

Generating an API Token in the FNLB Dashboard
Example Request
Here’s a samplecurl request to get the list of your bots:
Common Error Codes
If your request fails, the API will return an error code, here are the most common ones:Managing API Keys
- You can generate and manage API keys from the FNLB App and Web Dashboard.
- Keys are tied to your user account and inherited by your applications.
- Revoking a key will immediately invalidate all requests using it.
Next Steps
API Reference
Learn how to control your bots using authenticated API calls.
OAuth2
Create third-party applications that can access FNLB resources.

