- Knowledge Base
- API Documentation
-
Pabau Settings
-
Marketing Features
-
Calendar & Appointments
-
Reports
-
FAQ & Tips
-
Payments
-
Using Pabau
-
API Documentation
-
System Security
-
Medical Forms & Templates
-
Stock
-
Updates
-
Integrations
-
Labs
-
Client Card
-
Trainings & Webinars
-
Online Bookings
-
Video Consultations
-
Leads Manager
-
Pabau for iPad
-
System Requirements & Bespoke Manuals
-
Bespoke Manuals
-
Webhooks
-
Packages
[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": [{..}]
}