Reviews.io

Helping brands build trust one review at a time.

Go to site
Explore
/
Apps
/
Reviews.io

Reviews.io API Integrations

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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    reviews_io: {
      type: "app",
      app: "reviews_io",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.reviews.io/product/invitations`,
      headers: {
        "Accept": `application/json`,
        "Content-Type": `application/json`,
      },
      params: {
        store: `${this.reviews_io.$auth.store_id}`,
        apikey: `${this.reviews_io.$auth.api_key}`,
      },
    })
  },
})

Choose an API to Connect with Reviews.io API

1
-
12
of
1000+
apps by most popular

Authentication

Reviews.io uses API keys for authentication. When you connect your Reviews.io account, Pipedream securely stores the keys so you can easily authenticate to Reviews.io APIs in both code and no-code steps.

To retrieve your Store ID and API Key,

  • Navigate to your Reviews.io account and sign in
  • Go to “Integrations” > “API”