Client Personal Cabinet
Get appointment review
get/master_record_review/{record_token}
Path parameters
record_tokenstring required
Short appointment token
Headers
Acceptstring required
e.g. application/vnd.api.v2+json
Response
Returns data for displaying the feedback form and information about the status of submitting feedback and tips
Example response
{
"success": true,
"data": {
"favicon_url": "https://www.app.alteg.io/favicon.png",
"is_review_submitted": false,
"page_title": "Leave feedback",
"master": {
"id": 58961,
"name": "Alex Johnson",
"company_id": 28939,
"specialization": "Permanent Makeup, Artistic Tattoo",
"rating": 5,
"show_rating": 1,
"avatar": "https://www.app.alteg.io/uploads/masters/sm/20161014151227_5360.jpg",
"prepaid": "forbidden",
"position": {
"id": 2185,
"title": "Master PM"
}
},
"company": {
"id": 28939,
"title": "\"Eyes-n-Lips\" New York",
"logo": "https://www.app.alteg.io/uploads/s_a6f66721046345a6226ac3040a57fb7d.jpg",
"address": "New York, 787 Jackson Drive"
},
"tips": [],
"record": {
"id": 8219891,
"payed_cost": 2000,
"date": "2026-08-11T15:00:00-0500"
},
"currency": {
"id": 1,
"iso": "USD",
"name": "US Dollar",
"symbol": "USD",
"is_symbol_after_amount": true
},
"agreement_links": {
"terms_of_use": "https://www.app.alteg.io/info/terms-of-use-review-tips",
"confidentiality_agreement": "https://www.app.alteg.io/info/confidential"
},
"language": {
"id": 1,
"locale": "en-US",
"iso": "usa"
}
},
"meta": []
}