Client Personal Cabinet
Get Online Booking User Data
Retrieve online booking user data.
get/booking/user/data
Headers
Acceptstring required
e.g. application/vnd.api.v2+json
Content-Typestring required
application/json
Authorizationstring required
Bearer partner_token, User user_token
Response
OK
Example response
{
"0": "152afb01134237bc844d7e",
"id": 32132133,
"user_token": "152afb01134237bc844d7e",
"name": "James Smith",
"phone": "+13155550175",
"login": "j.smith",
"email": "j.smith@example.com",
"avatar": "https://api.alteg.io/images/avatar.png"
}