Business Agent

List connectors

External APIs the agent may call. connection_status says whether Meta can currently reach each one.

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

Path parameters

accountIdstring required

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

Response

Connectors

Example response

{
  "connectors": [
    {
      "connector_protocol": "HTTP",
      "auth_config": {
        "oauth2_client_credentials": {
          "token_request_content_type": "application/x-www-form-urlencoded"
        }
      },
      "user_auth_injection_config": {
        "location": "headers"
      }
    }
  ]
}

Changes