Skip to main content

Create a 2FA session via SMS

POST 

/sms

Create a new two factor authentication session via SMS. It will return the session id

Request

Body

required

    phoneNumber stringrequired

    The phone number to send the verification code

    sessionTTL number

    Default value: 180

    The session TTL in seconds

Responses

Schema

    sessionId stringrequired

    The session id, used to identify the session

Loading...