{ "opencollection": "1.0.0", "info": { "name": "Pinterest Verifications API", "version": "5.13.0" }, "items": [ { "info": { "name": "Verifications", "type": "folder" }, "items": [ { "info": { "name": "Get user verification code for website claiming", "type": "http" }, "http": { "method": "GET", "url": "https://api.pinterest.com/v5/user_account/websites/verification", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://www.pinterest.com/oauth/", "accessTokenUrl": "https://api.pinterest.com/v5/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get verification code for user to install on the website to claim it." } ] } ], "bundled": true }