Skip to main content

Send Verification Code (SMS/EMAIL)

POST 

/auth/v1/verification

Send Verification Code (SMS/EMAIL)

Request

Body

required
    email string
    phone_number string
    target - ANY: Any target - USER: Phone number must exist in the system - NOT_USER: Phone number must not exist in the system - CUR_USER: Current user. When selecting current user, phone/email can be masked values, authentication passed in header (string)

    Possible values: [ANY, USER, NOT_USER, CUR_USER]

    Default value: ANY

    locale string
    usage string
    destination string

Responses

A successful response.

Schema
    verification_id string
    is_user Determines whether this phone number has been registered as a user (boolean)
    expires_in int32
    limit object
    duration int32
    limit int32
    remaining int32
    reset int32
Loading...