OpenAPI v1
Gateway API Reference
Configure tokens and tenant headers, inspect generated curl, and send test requests against a selected Fleet Core gateway.
Open raw OpenAPI YAMLPOST/auth/login
Exchange credentials for tokens
Generated Curl
curl -sS \
-X POST "https://api.outlog.serv.si/api/v1/auth/login" \
-H "content-type: application/json" \
-d "{\"email\":\"ops@example.com\",\"password\":\"secret-password\"}"Response
No request sent yet.