{ "opencollection": "1.0.0", "info": { "name": "Classy API (GoFundMe Pro) Authentication API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Exchange client credentials for an access token", "type": "http" }, "http": { "method": "POST", "url": "https://api.classy.org/2.0/oauth2/auth", "body": { "type": "json", "data": "{}" } }, "docs": "Exchanges a client_id and client_secret for a Bearer access token using the client_credentials grant. Tokens expire after expires_in seconds and must be refreshed by calling this endpoint again." } ] } ], "bundled": true }