Skip to content
View as Markdown

PUT Save Global Settings​

PUT
/setting

Save global FluentCRM settings. Merges the provided settings object with existing settings. When saving email_settings, the email_footer must contain ##crm.manage_subscription_url## or ##crm.unsubscribe_url## for compliance.

Authorizations​

ApplicationPasswords

WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password

Type
API Key (header: Authorization)

Request Body​

application/json
JSON
{
"settings": {
"additionalProperties": "string"
}
}

Responses​

Settings saved successfully.

application/json
JSON
{
"message": "string"
}

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI