Completes authentication by the user phone number and a confirmation code. The code lifetime is 3 minutes.
This call is used only with the Start auth by phone number call.
The workflow of using this call:
send_link
is true
, after this request, you should send the Get confirmation code request to make SMS contain the confirmation code and link.
b. If the parameter send_link
is false
or not passed, the SMS will contain the confirmation code only.projectId required | string <uuid> Login project ID from Publisher Account. |
OK
Unauthorized
Not Found
Unprocessable Entity
Too Many Requests
{- "code": "string",
- "operation_id": "string",
- "phone_number": "string"
}
{
}