Skip to main content

Get OTP Access Configs (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/otpaccessconfigs

List all the otp access configs.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

Responses

Successful Operation

Schema
    id string

    The ID of the config.

    otp_attempts int32

    The number of otp attempts. Min value = 2L / Max value = 20L.

    otp_validity_minutes int32

    The time for the otp validity. Min value = 5L / Max value = 60L.

Loading...