---
title: "Get WABA settings"
method: GET
path: "/whatsapp/business_accounts/{id}/settings"
tags: ["Whatsapp Business Accounts"]
---

# Get WABA settings

`GET /whatsapp/business_accounts/{id}/settings`

Retrieve the settings of a WhatsApp Business Account.

## Path parameters

- `id` string, required

## Response `200`

Successful response with Whatsapp business account settings

- object
  - `data` WabaSettings
    - `id` string, uuid — Internal ID of Whatsapp business account
    - `record_type` string
    - `name` string
    - `timezone` string
    - `webhook_url` string, url — URL to receive Whatsapp events
    - `webhook_failover_url` string, url — Failover URL to receive Whatsapp events
    - `webhook_enabled` boolean — Enable/disable receiving Whatsapp events
    - `webhook_events` string[]
    - `updated_at` string, date-time

## Other responses

- `4XX` — Unexpected error

## Changes

> 92 revisions in range; 1 not diffed.

- **2026-08-04** `8f5f4e537994` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/whatsapp/business_accounts/:id/settings/get.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/revisions/d8b8159753ee?raw)
