Authorizations
This token can be obtained by visiting the profile page or via rails console. Provides access to endpoints based on the user permissions levels. This token can be saved by an external system when user is created via API, to perform activities on behalf of the user.
Path Parameters
The numeric ID of the account
Body
application/json
Header color for help-center in hex format
Example:
"#FFFFFF"
Custom domain to display help center.
Example:
"chatwoot.help"
Help center header
Example:
"Handbook"
link to main dashboard
Example:
"https://www.chatwoot.com/"
Name for the portal
Example:
"Handbook"
Page title for the portal
Example:
"Handbook"
Slug for the portal to display in link
Example:
"handbook"
Status to check if portal is live
Example:
false
Configuration about supporting locales
Example:
{
"allowed_locales": ["en", "es"],
"default_locale": "en"
}
Response
Success