{ "opencollection": "1.0.0", "info": { "name": "Pinterest Interest API", "version": "5.13.0" }, "items": [ { "info": { "name": "Interest", "type": "folder" }, "items": [ { "info": { "name": "Get interest details", "type": "http" }, "http": { "method": "GET", "url": "https://api.pinterest.com/v5/resources/targeting/interests/:interest_id", "params": [ { "name": "interest_id", "value": "", "type": "path", "description": "Unique identifier of an interest." } ], "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 details of a specific interest given interest ID.
Click here for a spreadsheet listing interests and their IDs.
" } ] } ], "bundled": true }