GET
/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
Get OTP Settings for a tenant, using a valid management key.
curl -X GET "https://api.descope.com/v1/mgmt/otp/settings/tenant/string"{ "enabled": true, "expirationTime": 0, "expirationTimeUnit": "string", "rateLimitRetries": 0, "rateLimitTimeframe": 0}export interface Response {enabled?: booleanexpirationTime?: numberexpirationTimeUnit?: stringrateLimitRetries?: numberrateLimitTimeframe?: number} Was this helpful?