API ReferenceManagementEnchanted Link Management
POST
/v1/mgmt/enchantedlink/settings

Authorization

Descope Project ID and Management Key
AuthorizationBearer <token>

Project ID:Management Key as bearer token.

In: header

Request Body

application/json

enabled?boolean
expirationTime?integer
Formatint32
expirationTimeUnit?string
redirectUrl?string
emailServiceProvider?string
emailTemplateId?string

Active template selection by id. Absent = keep the current selection; "" = reset to the built-in System template; a template id = select that stored template.

Set the project's enchanted link settings, using a valid management key.

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