Modify API client settingsCopy Pageput https://{hostname}/config/{app_id}/clients/{client_id}/settingsModifies the client settings associated with a specific API client.Path Paramsapp_idstringrequiredApplication ID. You can find your application ID on the Console's Manage Application page.client_idstringrequiredUnique identifier of the API client.Body ParamsUpdates client settings for the specified API client.login_attemptsstring | nullrequiredNumber of login or password reset attempts a user can make in a given time span (see login_attempts_threshold) before being locked out. This feature helps prevent brute-force login attacks.login_attempts_thresholdstring | nullrequiredthe number of seconds the password recover link is valid.recover_code_lifetimestring | nullrequiredSets the duration, in seconds, that the password recover link is valid.site_namestring | nullrequiredSpecifies the name of the site where a transactional email was sent from.verification_code_lifetimestring | nullrequiredDuration, in seconds, that an email verification code is valid.Responses 200Successful response 400Not valid. 401Not authorized. 404Not found.Updated 2 months ago