Skip to main content

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

NameInTypeRequiredDescriptionExample
multifactorAuthIDpathinteger (int32)YesThe 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.