{ "opencollection": "1.0.0", "info": { "name": "Pinterest User_account API", "version": "5.13.0" }, "items": [ { "info": { "name": "User_account", "type": "folder" }, "items": [ { "info": { "name": "List linked businesses", "type": "http" }, "http": { "method": "GET", "url": "https://api.pinterest.com/v5/user_account/businesses", "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 a list of your linked business accounts." }, { "info": { "name": "List following boards", "type": "http" }, "http": { "method": "GET", "url": "https://api.pinterest.com/v5/user_account/following/boards", "params": [ { "name": "bookmark", "value": "", "type": "query", "description": "Cursor used to fetch the next page of items" }, { "name": "page_size", "value": "", "type": "query", "description": "Maximum number of items to include in a single page of the response. See documentation on Pagination for more information." }, { "name": "explicit_following", "value": "", "type": "query", "description": "Whether or not to include implicit user follows, which means followees with board follows. When explicit_following is True, it means we only want explicit user follows." }, { "name": "ad_account_id", "value": "", "type": "query", "description": "Unique identifier of an ad account." } ], "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 a list of the boards a user follows. The request returns a board summary object array." }, { "info": { "name": "Get user websites", "type": "http" }, "http": { "method": "GET", "url": "https://api.pinterest.com/v5/user_account/websites", "params": [ { "name": "bookmark", "value": "", "type": "query", "description": "Cursor used to fetch the next page of items" }, { "name": "page_size", "value": "", "type": "query", "description": "Maximum number of items to include in a single page of the response. See documentation on Pagination for more information." } ], "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 user websites, claimed or not" }, { "info": { "name": "Verify website", "type": "http" }, "http": { "method": "POST", "url": "https://api.pinterest.com/v5/user_account/websites", "body": { "type": "json", "data": "{}" }, "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": "Verify a website as a signed-in user." }, { "info": { "name": "Unverify website", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.pinterest.com/v5/user_account/websites", "params": [ { "name": "website", "value": "", "type": "query", "description": "Website with path or domain only" } ], "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": "Unverifu a website verified by the signed-in user." } ] } ], "bundled": true }