Skip to main content

Verify Email Address (v2.0)

POST 

/sdwan/v2.0/api/accounts/verify

Verify the email address after sign up.

Request

Body

Verification details

    oldPassword string

    The old password. Max length = 1000.

    password stringrequired

    The new password. Max length = 1000.

    repeatPassword stringrequired

    Repeat the new password. Max length = 1000.

    token string

    A valid token. Value = ^[a-zA-Z0-9_-]{1,1000}$

Responses

Successful Operation

Schema
    oldPassword string

    The old password. Max length = 1000.

    password stringrequired

    The new password. Max length = 1000.

    repeatPassword stringrequired

    Repeat the new password. Max length = 1000.

    token string

    A valid token. Value = ^[a-zA-Z0-9_-]{1,1000}$

Loading...