Cloutly Reviews API & SDK
  • Introduction
    • Background & Motivations
    • System Overview
    • Setup & Authentication
    • Ping
  • Swagger Docs
    • Swagger Specs
  • Vendor API
    • Create Vendor
    • Get Vendor
    • Update Vendor
  • Review Collection API
    • Send Review Invite
  • Review Submission API
    • Submit Review
  • Review Insights API
    • Get Reviews
    • Get Review Insights
  • Review Widgets SDK
    • Enriched Review Widgets UI
    • Custom HTML Review Widgets
Powered by GitBook
On this page
  • Setup Account
  • 1. Sign up here
  • 2. Retrieve API key
  • Authentication
  • Host API Domain
  1. Introduction

Setup & Authentication

Installation basics are documented on this page

PreviousSystem OverviewNextPing

Last updated 8 months ago

Setup Account

Setting up your Marketplace Account can be done by signing up with a regular Cloutly account. Contact support and we will convert this account into a Marketplace account.

1. Sign up here

Obtain a marketplace account using this sign-up link:

2. Retrieve API key

Settings > API Keys > Show API Key

Note: The API Key is used for server-side requests. Do not make this key public.

eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJraWQiOiI2OWZjOTE0Yi1jYzgzLTRjM2ItYjkyMi1hMjI0YzQ5ZDRjNDYiLCJkYXRlSXNzdWVkIjoiMjAyMy0wMS0zMVQxMzoxMzozNS44MzRaIiwiaXNzdWVyIjoiNmNmMjNiODItNDI4Ny00N2Q3LWEyYzctMTVhYzRjYTJkNWM2IiwiYWlkIjoiNmNmMjNiODItNDI4Ny00N2Q3LWEyYzctMTVhYzRjYTJkNWM2IiwiaWF0IjoxNjc1MTcwODE1fQ.ND7sWYgwwkimcRDJ7MMOyv9IPTnJscuHgzH7lSqhpsE

Authentication

You should authenticate all your HTTP requests to Cloutly's API with the help of your API key. To authenticate your HTTP requests, you should add an x-api-key header to EVERY request.

x-api-key: YOUR_API_KEY_HERE

You don't need to do any extra manipulations with your API key. It is long-lived and never expires until rotated from the console. Make sure you pass the entire key without any spaces or extra symbols.

Host API Domain

Cloutly's API is provided on the following HTTPS-only domain:

https://marketplace.cloutly.com/api/v2
https://app.cloutly.com/sign-up?trial=true