Skip to main content
To access any FNLB API, your application must include a valid 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:
Replace YOUR_API_KEY with the actual key generated in the FNLB app.
FNLB API Token

Generating an API Token in the FNLB Dashboard

Never expose your API key in client-side code, public repositories, or browser environments. Treat it like a password. If your key is compromised, revoke it immediately.

Example Request

Here’s a sample curl request to get the list of your bots:
Successful Response (200 OK):

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.