Authentication
Learn how to authenticate with the InBe API
Authentication
The InBe API uses API key authentication for all requests.
Getting Your API Key
- Sign up for an InBe account
- Navigate to your dashboard
- Go to the API Keys section
- Create a new API key
Using Your API Key
Include your API key in the Authorization header of all requests:
Security Best Practice
- Keep your API key secure - Never expose it in client-side code
- Use environment variables - Store your API key in environment variables
- Rotate regularly - Generate new API keys periodically
- Monitor usage - Check your API usage in the dashboard
Rate Limiting
Your API key determines your rate limits:
- Free tier: 1,000 requests per month
- Pro tier: 10,000 requests per month
- Enterprise: Custom limits
Error Responses
If authentication fails, you'll receive a 401 error: