---
title: "Retrieve a WhatsApp service"
method: GET
path: "/whatsapp/{id}"
tags: ["WhatsApp"]
---

# Retrieve a WhatsApp service

`GET /whatsapp/{id}`

Retrieve a WhatsApp service.

## Path parameters

- `id` string, required — The unique ID of the resource.

## Response `200`

OK

- object
  - `id` string — The unique ID of the resource.
  - `name` string — The name of WhatsApp service.
  - `enabled` boolean — The flag for whether the WhatsApp service is enabled.
  - `phone_number` string — The phone number of WhatsApp service.
  - `phone_number_id` string — The phone number id of WhatsApp service.
  - `provider_id` string — The unique ID of the resource.
  - `provider_name` string — The name of the trunk.
  - `provider_brand` string — The brand of trunk.
  - `provider_hostname` string — Server hostname or IP address
  - `webhook` string — The `Universal Resource Locator` of some resource.

## Other responses

- `4XX` — Error

---

[API](https://skmtc.net/portsip/apis/portsip-pbx-rest-api.md) · [All operations](https://skmtc.net/portsip/apis/portsip-pbx-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portsip/portsip-pbx-rest-api/revisions/577415d4a3d5/schema)
