Skip to content

Get appointment review

Request

Security
BearerPartner
Path
record_tokenstringrequired

Short appointment token

Headers
Acceptstringrequired

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

Example:application/vnd.api.v2+json
curl -i -X GET \
  'https://developer.alteg.io/_mock/en/public/openapi/master_record_review/{record_token}' \
  -H 'Accept: application/vnd.api.v2+json' \
  -H 'Authorization: Bearer <YOUR_Bearer {PartnerToken}_HERE>'

Responses

Returns data for displaying the feedback form and information about the status of submitting feedback and tips

Bodyapplication/json
successboolean

Execution success status (true)

Example:true
dataobject

Object with data

Example:
{ "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": {} }, "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" } }
metaArray of objects

Metadata (empty array)

Example:
[]
Response
{ "success": true, "data": { "favicon_url": "https://www.app.alteg.io/favicon.png", "is_review_submitted": false, "page_title": "Leave feedback", "master": {}, "company": {}, "tips": [], "record": {}, "currency": {}, "agreement_links": {}, "language": {} }, "meta": [] }