Bearer Token Authentication
Every request to the Melonly API must include a valid Bearer token in theAuthorization header:
Request Format
- cURL
- JavaScript
- Python
- Go
Token Context
When using your server token, there’s no need to include server IDs in request paths. The API automatically infers server context from your token./server/* automatically operate within your token’s server scope.
Rate Limiting
Rate limits are enforced per server token for premium users. Review the rate limiting documentation for specific limits and best practices.
Authentication Errors
Common authentication error responses:403 Forbidden - Insufficient Permissions
403 Forbidden - Insufficient Permissions
Response:Cause: Token lacks required permissions for the requested endpoint or operation.
Token Management
Generate Token
Create your first API token through the server dashboard
Security Best Practices
Token rotation, storage, and security recommendations
