{ "opencollection": "1.0.0", "info": { "name": "Data Intake Gateway Authentication API", "version": "v3.4.2" }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Authenticate to the API", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/authentication/authenticate", "body": { "type": "json", "data": "{}" } }, "docs": "Authenticate against the API with credentials" }, { "info": { "name": "Refresh tokens using refresh and bearer tokens", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/authentication/refresh-token", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Refresh tokens using refresh and bearer tokens" }, { "info": { "name": "Revoke current tokens", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/authentication/revoke-token", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Revoke current tokens" } ] } ], "bundled": true }