Pinterest REST API 5.10.0

Number of APIs: 136

Pinterest's REST API (5.10.0)

Pinterest offers a number of products to allow you to create addons like widgets or buttons for your website or your application, show metadata on a pin, or use tags to track conversions.

The Pinterest API significantly increases the scope of what is possible for you to create as a site or application developer. Standard access to the Pinterest API can be used to:

* View user accounts and user account information
* View, create, or delete Pins
* View, create, update, or delete boards or sections of boards
* View ads, ad groups, campaigns, or ad accounts
* Request analytics information for your Pins, ads, ad groups, campaigns, or accounts

For more information, see: https://developers.pinterest.com/docs/api/v5/

To get started with the Pinterest API and learn about what you need to do to authenticate, read this section of the API documentation. There is also a tutorial that provides a step by step explanation of the authentication process, which uses the OAuth 2.0 standard.

  1. user_account-websites-verification - Get user verification code for website claiming GET {{baseUrl}}/user_account/websites/verification

  2. user_account-websites - Verify website POST {{baseUrl}}/user_account/websites

  3. user_account-websites - Get user websites GET {{baseUrl}}/user_account/websites?bookmark=<string>

  4. user_account-websites - Unverify website DELETE {{baseUrl}}/user_account/websites?website=<string>

  5. ad_accounts-{ad_account_id}-ad_groups-{ad_group_id} - Get ad group GET {{baseUrl}}/ad_accounts/:ad_account_id/ad_groups/:ad_group_id

  6. ad_accounts-{ad_account_id}-ad_groups - List ad groups GET {{baseUrl}}/ad_accounts/:ad_account_id/ad_groups?campaign_ids=978&ad_group_ids=9&entity_statuses=ACTIVE&entity_statuses=PAUSED&page_size=25&order=DESCENDING&bookmark=<string>&translate_interests_to_names=false

  7. ad_accounts-{ad_account_id}-audience_insights - Get audience insights GET {{baseUrl}}/ad_accounts/:ad_account_id/audience_insights?audience_insight_type=YOUR_TOTAL_AUDIENCE

  8. ad_accounts-{ad_account_id}-audiences-{audience_id} - Get audience GET {{baseUrl}}/ad_accounts/:ad_account_id/audiences/:audience_id

  9. ad_accounts-{ad_account_id}-audiences-{audience_id} - Update audience PATCH {{baseUrl}}/ad_accounts/:ad_account_id/audiences/:audience_id

  10. ad_accounts-{ad_account_id}-audiences - List audiences GET {{baseUrl}}/ad_accounts/:ad_account_id/audiences?bookmark=<string>&order=DESCENDING&page_size=25