Skip to main content
POST

Body

application/json

Request body for verifying an OTP authentication challenge.

method
enum<string>
required

The authentication method being verified.

Available options:
otp
challengeId
string
required

The challenge ID to verify.

code
string
required

The one-time passcode used to verify the authentication challenge.

Required string length: 6
Pattern: ^[0-9]{6}$

Response

No Content. The operation succeeded but returned no response body.