How to Use API Keys
EngOTSS API keys authenticate your requests to our services. Each key is scoped with specific permissions and can be regenerated or revoked at any time through this interface.
Keys follow rate limits and require 2FA verification for creation. Always store keys securely and contact our team if compromised.
curl -X POST https://api.engotss.eu/auth \
-H "Content-Type: application/json" \
-d '{"key": "[ YOUR_API_KEY ]"}'
Generate API Key
Request New Key
Create secure keys for your service integration.
Security Guidelines
Rotate Keys Regularly
Renew API keys every 90 days and delete unused credentials.
Access Control
Use scoped keys instead of root/admin access for services.
Audit Logs
Review access patterns through our integrated monitoring dashboard.
More API Documentation
View Full Docs →Authentication
How to properly format and secure API calls.
Rate Limiting Policies
Understanding usage limits for different plan types.
Usage Analytics
Track API call usage and performance metrics.