Verify an OTP code for a user

post/api/v2/internal/user/{userId}/verifyotp

Verify an OTP code for a user

Path Parameters

  • userIdstringRequired
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$

Request Body

otp string required
OTP code to validate
Example: 000000

400 Response

error string required
Human-readable error message
requestId string required
Client request id
context object
Properties that apply to a specific error name
name string required
Error code

403 Response

error string required
Human-readable error message
requestId string required
Client request id
context object
Properties that apply to a specific error name
name string required
Error code