Yotpo - Reviews & Ratings

Yotpo is an eCommerce marketing platform with the most advanced solutions for customer reviews, visual marketing, loyalty, referrals, and SMS marketing.

Go to site
Explore
/
Apps
/
Yotpo - Reviews & Ratings

Yotpo - Reviews & Ratings API Integrations

Build and run workflows using the Yotpo - Reviews & Ratings API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

With Yotpo’s Reviews & Ratings API, you can create applications to make it easier than ever to connect your customers to your products. This comprehensive API allows you to access, display, manage, and analyze all your reviews, ratings and customer interactions, including user-generated content across websites, in-app and mobile experiences. With Yotpo’s Reviews & Ratings API, you can:

  • Create custom marketing campaigns to boost customer loyalty and engagement
  • Track customer sentiment by monitoring reviews, ratings and user-generated content
  • Gather feedback from customers to improve product design and features
  • Gain deeper insights into customer behaviour from review and ratings data
  • Integrate data from multiple sources for a more complete view of the customer experience
  • Build applications to drive customer conversation and engagement

Examples of applications or experiences that can be built using the Yotpo Reviews & Ratings API include:

  • An interactive ratings and reviews page
  • A product comparison page with user-generated ratings and reviews
  • An automated system to send a survey to customers after a purchase
  • A widget to display product ratings and reviews on a website
  • A dashboard to view customer profile data, ratings and reviews
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    yotpo: {
      type: "app",
      app: "yotpo",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://developers.yotpo.com/v2/${this.yotpo.$auth.app_key}/orders?access_token=${this.yotpo.$auth.oauth_access_token}`,
      headers: {
        Authorization: `Bearer ${this.yotpo.$auth.oauth_access_token}`,
      },
    })
  },
})

Choose an API to Connect with Yotpo - Reviews & Ratings API

1
-
12
of
1000+
apps by most popular

Authentication

Yotpo - Reviews & Ratings uses OAuth authentication. When you connect your Yotpo - Reviews & Ratings account, Pipedream will open a popup window where you can sign into Yotpo - Reviews & Ratings and grant Pipedream permission to connect to your account. Pipedream securely stores and automatically refreshes the OAuth tokens so you can easily authenticate any Yotpo - Reviews & Ratings API.

Pipedream requests the following authorization scopes when you connect your account:

OAuth Request Configurations:
  1. authorization
    GEThttps://yap.yotpo.com/#/app_market_authorization?app_market_mode&application_id=d870f05a85ac44df86cf77e86d788a87?client_id={{oauth.client_id}}&redirect_uri={{oauth.redirect_uri}}&state={{oauth.state}}&response_type=code&scope={{oauth.space_separated_scopes}}
  2. accessToken
    POSThttps://developers.yotpo.com/v2/oauth2/tokencontent-type: application/x-www-form-urlencodedaccept: application/json
    client_id={{oauth.client_id}}&client_secret={{oauth.client_secret}}&redirect_uri={{oauth.redirect_uri}}&grant_type=authorization_code&code={{oauth.code}}