{ "opencollection": "1.0.0", "info": { "name": "konfetti Store account auth API", "version": "v1" }, "items": [ { "info": { "name": "auth", "type": "folder" }, "items": [ { "info": { "name": "Issue an OAuth 2.0 access token", "type": "http" }, "http": { "method": "POST", "url": "https://api.gokonfetti.com/v1/oauth/token", "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" }, { "name": "client_id", "value": "" }, { "name": "client_secret", "value": "" }, { "name": "username", "value": "" }, { "name": "password", "value": "" }, { "name": "scope", "value": "" } ] } }, "docs": "POST-only (GET returned 405). Probing with an empty body returned the League OAuth2 Server error `unsupported_grant_type` with HTTP 400, confirming a standard OAuth 2.0 token endpoint. konfetti publishes no client registration process, so the supported grant types are not documented here." } ] } ], "bundled": true }