Business Agent

List agent settings

Settings of every agent configured on the number (normally one). Pass agentId to read one.

get/v1/accounts/{accountId}/business-agent/settings

Path parameters

accountIdstring required

WhatsApp social account id (the number must be managed through the Cloud API).

Query parameters

agentIdstring

Response

Settings

Example response

{
  "settings": [
    {
      "channel": "whatsapp"
    }
  ]
}

Changes