{ "opencollection": "1.0.0", "info": { "name": "UpKeep Assets Authentication API", "version": "2022-09-14" }, "request": { "auth": { "type": "apikey", "key": "session-token", "value": "{{session-token}}", "placement": "header" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Create Session", "type": "http" }, "http": { "method": "POST", "url": "https://api.onupkeep.com/api/v2/auth", "body": { "type": "json", "data": "{}" } }, "docs": "Authenticate with email and password to obtain a session token." }, { "info": { "name": "Delete Session", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.onupkeep.com/api/v2/auth" }, "docs": "Invalidate the current session token (logout)." } ] } ], "bundled": true }