{ "opencollection": "1.0.0", "info": { "name": "Cribl As Code API Credentials Authentication API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Authenticate and obtain a bearer token", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.cribl.cloud/auth/login", "body": { "type": "json", "data": "{}" } }, "docs": "Authenticates with username and password credentials for on-premises deployments and returns a bearer token for subsequent API requests." } ] } ], "bundled": true }