{ "opencollection": "1.0.0", "info": { "name": "Schematic Accesstokens API", "version": "0.1" }, "request": { "auth": { "type": "apikey", "key": "X-Schematic-Api-Key", "value": "{{X-Schematic-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "accesstokens", "type": "folder" }, "items": [ { "info": { "name": "Issue temporary access token", "type": "http" }, "http": { "method": "POST", "url": "https://api.schematichq.com/temporary-access-tokens", "body": { "type": "json", "data": "{}" } }, "docs": "Issue temporary access token" } ] } ], "bundled": true }