API Token Generation
1
Access Server Settings
Navigate to your server’s settings page in the Melonly dashboard.
2
Open Panel Section
Click on “Panel” in the server settings navigation.
3
Locate API Tokens
Scroll down to the “Server API Tokens” section.
4
Create New Token
- Click the token creation button
- Enter a descriptive name for identification
- Set an appropriate expiry date for your use case
- Generate the token
5
Secure Your Token
Copy and store your API token in a secure location.
Verify Integration
Test your newly created token with a server information request:Expected Response
Security Considerations
Token Management Best Practices
Token Management Best Practices
- Rotation: Implement regular token rotation schedules
- Scope: Use separate tokens for different applications or environments
- Storage: Never commit tokens to version control or expose in client-side code
- Monitoring: Track token usage and implement alerting for unusual activity
Permission Model
Permission Model
API tokens inherit the permissions of the creating user. Ensure your account has the necessary server access levels for your intended API operations.
