POST
/
api
/
v1
/
external
/
restaurant
/
confirmation
/
code
/
verify
Verify phone number confirmation code
curl --request POST \
  --url http://dev-backend-1.guestme.space/api/v1/external/restaurant/confirmation/code/verify \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "phone": "+79998887766",
  "code": 123456
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200

Phone number verified successfully