1. Knowledge Base
  2. API Documentation

[API Endpoint] Get Reviews

Overview

This API endpoint will allow fetching of reviews for your PabauCRM clinic.

Endpoint

GET /OAuth2/reviews/get_reviews.php

Route

GET /OAuth2/reviews/get_reviews.php?api_key=your_api_key&company=your_company_id

Below are a list of the attributes you can currently pass into Pabau.

Our API endpoint accepts these 2 parameters:

  • api_key(string)

  • company(int)

Sample Response:

{
  "success": true,
  "total": 2020,
  "reviews": [{..}]
}