{ "opencollection": "1.0.0", "info": { "name": "Pinterest Token API", "version": "5.13.0" }, "items": [ { "info": { "name": "Token", "type": "folder" }, "items": [ { "info": { "name": "Generate OAuth access token", "type": "http" }, "http": { "method": "POST", "url": "https://api.pinterest.com/v5/oauth/token", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Generate an OAuth access token by using an authorization code or a refresh token.\n\nIMPORTANT: You need to start the OAuth flow via www.pinterest.com/oauth before calling this endpoint (or have an existing refresh token).\n\nSee Authentication for more.\n\nParameter refresh_on and its corresponding response type everlasting_refresh are now available to all apps! Later this year, continuous refresh will become the default behavi" } ] } ], "bundled": true }