Skip to main content
POST
/
registered_url_for_google_review_events
Google Review Events
curl --request POST \
  --url https://{partner_host}/registered_url_for_google_review_events \
  --header 'Content-Type: application/json' \
  --data '{
  "event": "google_review.request",
  "event_time": 1730189586,
  "timestamp": 1730189586,
  "client_id": "67978400352a61001d64e9fb",
  "business_id": "174159057718553",
  "data": {
    "doctor_id": "174159057723920",
    "google_review_link": "https://g.page/r/CRVNub8JgYWLEA0/review",
    "patient_id": "174159057723925",
    "appointment_id": "api-abb67007-1e53-4f0f-b428-a4bc025468a4",
    "clinic_id": "67978400352a61001d64e9fb"
  }
}'

Body

application/json
event
enum<string>
required

Type of event

Available options:
google_review.request
Example:

"google_review.request"

event_time
integer
required

Event occurred timestamp

Example:

1730189586

timestamp
integer
required

Timestamp of the event

Example:

1730189586

client_id
string
required

Client ID for the schedule

Example:

"67978400352a61001d64e9fb"

business_id
string
required

Business ID for the schedule

Example:

"174159057718553"

data
object
required