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

Never expose your API key in client-side code, public repositories, or browser environments. Treat it like a password.
🧪 Example Request
Here’s a samplecurl request to get the list of your bots:
🛠️ Managing API Keys
- You can generate and manage API keys from the FNLB app and web dashboard.
- The key is tied to your account and can be revoked at any time.
Next Steps
API Reference
Learn how to control your bots using authenticated API calls.

