{ "opencollection": "1.0.0", "info": { "name": "Manifold OAuth2 Authentication Authorization Code Grant API", "version": "1.0.0" }, "items": [ { "info": { "name": "Authorization Code Grant", "type": "folder" }, "items": [ { "info": { "name": "Exchange an authorization code for an access token", "type": "http" }, "http": { "method": "POST", "url": "https://oauth2.manifoldxyz.dev/token", "body": { "type": "json", "data": "{}" } }, "docs": "Exchanges a one-time authorization code (obtained after a user completes the Manifold OAuth2 flow) for a 30-day access token. The access token can then be used server-side to read and modify private user data. Requires credentials from a Developer App configured at the Manifold Developer Portal." } ] } ], "bundled": true }