{ "opencollection": "1.0.0", "info": { "name": "Argo CD Applications Session API", "version": "v2.x" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Session", "type": "folder" }, "items": [ { "info": { "name": "Argo CD Argo Create a Session (login)", "type": "http" }, "http": { "method": "POST", "url": "https://localhost/api/v1/session", "body": { "type": "json", "data": "{}" } }, "docs": "Authenticates with username and password or SSO token and returns a bearer token for use in subsequent API requests." }, { "info": { "name": "Argo CD Argo Delete a Session (logout)", "type": "http" }, "http": { "method": "DELETE", "url": "https://localhost/api/v1/session" }, "docs": "Invalidates the current bearer token, logging out the authenticated user." } ] } ], "bundled": true }