{ "opencollection": "1.0.0", "info": { "name": "Arcadia Plug Accounts OAuth API", "version": "2024-02-21" }, "items": [ { "info": { "name": "OAuth", "type": "folder" }, "items": [ { "info": { "name": "Create an Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.arcadia.com/oauth2/token", "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" }, { "name": "client_id", "value": "" }, { "name": "client_secret", "value": "" }, { "name": "scope", "value": "" } ] } }, "docs": "Create an Access Token" } ] } ], "bundled": true }