{ "opencollection": "1.0.0", "info": { "name": "zkMe Protocol Auth API", "version": "1.0" }, "items": [ { "info": { "name": "Auth", "type": "folder" }, "items": [ { "info": { "name": "Issue an SDK access token", "type": "http" }, "http": { "method": "POST", "url": "https://agw.zk.me/api/token/get", "body": { "type": "json", "data": "{}" } }, "docs": "Backend-to-backend call that returns a short-lived access token used to initialize the zkMe widget on the client. Called on the nest-api host." } ] } ], "bundled": true }