API ReferenceManagementOtp Management
POST
/v1/mgmt/otp/settings/tenant/{tenantId}

Authorization

Descope Project ID and Management Key
AuthorizationBearer <token>

Project ID:Management Key as bearer token.

In: header

Path Parameters

tenantId*string

Request Body

application/json

enabled?boolean
expirationTime?integer
Formatint32
expirationTimeUnit?string
rateLimitRetries?integer
Formatint32
rateLimitTimeframe?integer
Formatint32

Set OTP Settings for a tenant, using a valid management key.

curl -X POST "https://api.descope.com/v1/mgmt/otp/settings/tenant/string" \  -H "Content-Type: application/json" \  -d '{}'
Was this helpful?