{ "opencollection": "1.0.0", "info": { "name": "PropelAuth End-User API Keys Access Tokens API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Access Tokens", "type": "folder" }, "items": [ { "info": { "name": "Create Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://{authId}.propelauthtest.com/api/backend/v1/access_token", "body": { "type": "json", "data": "{}" } }, "docs": "Mint a short-lived access token for a user (impersonation, testing, scripted automation)." } ] } ], "bundled": true }