{ "opencollection": "1.0.0", "info": { "name": "Densify / Kubex Public Cloud Authentication API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Authorize and obtain JWT", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.densify.com/CIRBA/api/v2/authorize", "body": { "type": "json", "data": "{}" } }, "docs": "Submit valid credentials for an active, API-enabled Kubex user. Returns a JWT bearer token for subsequent calls." } ] } ], "bundled": true }