v1

latestOpenAPI 3.1.1Altegio API Agreement2026-08-062438211.0 KB
Client Personal Cabinet

Submit appointment review

post/master_record_review/{record_token}

Path parameters

record_tokenstring required

Short appointment token

Headers

Acceptstring required

e.g. application/vnd.api.v2+json

Request body

ratinginteger required

Rating for the review (number of stars from 1 to 5)

textstring

Feedback text

tips_amountnumber double

Tip amount

redirect_prefixstring

The prefix part of the url that will be redirected to after returning from the payment form

Example request

{
  "rating": 5,
  "text": "Excellent service!",
  "tips_amount": 22.5,
  "redirect_prefix": "https://n1.app.alteg.io"
}

Response

Review submitted successfully