Completes authentication by the user email address and a confirmation code. The code lifetime is 3 minutes.
This call is used only with the Start auth by email call.
The workflow of using this call:
send_link
is true
, after this request, you should send the Get confirmation code request to make email contain the confirmation code and link.
b. If the parameter send_link
is false
or not passed, the email will contain the confirmation code only.client_id required | integer Your application ID. Get it after creating an OAuth 2.0 client. |
OK
Bad Request
Unauthorized
Not Found
Unprocessable Entity
Too Many Requests
{- "code": "string",
- "email": "string",
- "operation_id": "string"
}
{
}