POST
/v1/mgmt/enchantedlink/settingsAuthorization
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
Format
int32expirationTimeUnit?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?