Create Chatwoot Account
POST
/chatwoot-accounts/{companyId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/chatwoot-accounts/71d3e0cc-5fe3-4a29-9188-26ed6c791451' \
--header 'Content-Type: application/json' \
--data-raw '{
"chatwootAccountId": "123",
"chatwootApiToken": "your-api-token",
"chatwootAgentId": "456",
"active": true
}'
Response Response Example
{}
Requisição
Parâmetros Path
companyId
string
requerido
Exemplo:
71d3e0cc-5fe3-4a29-9188-26ed6c791451
Parâmetros Bodyapplication/json
Respostas
Modificado em 2025-04-24 20:06:01