Войти в ЛК
POST/api/v1/external/restaurant/confirmation/code/verify

Verify phone number confirmation code

🔒 Bearer Token

Request Body

application/jsonrequired
phonestringrequired

Phone number

Пример: +79998887766

codestringrequired

Verification 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
  }'