POST
/api/v1/external/restaurant/confirmation/code/verifyVerify phone number confirmation code
🔒 Bearer Token
Request Body
application/jsonrequiredphonestringrequiredPhone number
Пример: +79998887766
codestringrequiredVerification code
Пример: 123456
Responses
curl -X POST \
'http://dev-backend-1.guestme.space/api/v1/external/restaurant/confirmation/code/verify' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json' \
-d '{
"phone": "+79998887766",
"code": 123456
}'