Validates a multifactor authentication code after creation
PUT /v1/multifactorauth/{multifactorAuthID}/verify
Summary
Validates a multifactor authentication code after creation.
Details
Request body: JSON object with the verification code in token.
Authentication
No operation-level security requirement is documented here.
Parameters
| Name | In | Type | Required | Description | Example |
|---|---|---|---|---|---|
| multifactorAuthID | path | integer (int32) | Yes | The multifactor authentication record ID. | 1 |
Request Body
Required: Yes
application/json
token(string, optional)
Example
{
"token": "example-token"
}
Responses
200
Success. No response body.
No response body schema documented.