{ "opencollection": "1.0.0", "info": { "name": "Pinterest Save API", "version": "5.13.0" }, "items": [ { "info": { "name": "Save", "type": "folder" }, "items": [ { "info": { "name": "Save Pin", "type": "http" }, "http": { "method": "POST", "url": "https://api.pinterest.com/v5/pins/:pin_id/save", "params": [ { "name": "pin_id", "value": "", "type": "path", "description": "Unique identifier of a Pin." }, { "name": "ad_account_id", "value": "", "type": "query", "description": "Unique identifier of an ad account." } ], "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": "Save a Pin on a board or board section owned by the \"operation user_account\".\n- By default, the \"operation user_account\" is the token user_account.\nOptional: Business Access: Specify an ad_account_id (obtained via List ad accounts) to use the owner of that ad_account as the \"operation user_account\". In order to do this, the token user_account must have one of the following