{ "opencollection": "1.0.0", "info": { "name": "Certify API Layer Auth API", "version": "1.0.0" }, "items": [ { "info": { "name": "Auth", "type": "folder" }, "items": [ { "info": { "name": "Client Credentials Exchange", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9000/auth/client-credentials", "headers": [ { "name": "tenant-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Performs OAuth2 client credentials grant flow and returns an access token. Uses configured audience." }, { "info": { "name": "User Login", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9000/auth/login", "headers": [ { "name": "tenant-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Authenticates a user with email and password and returns a JWT token" } ] } ], "bundled": true }