Skip to main content

Verify a 2FA session via SMS

POST 

/sms/verify

Verify a two factor authentication session code that was sent via SMS

Request

Body

required

    sessionId stringrequired

    The session id, used to identify the session

    code stringrequired

    The verification code

Responses

The session was successfully verified

Loading...