---
title: "Get Userwhatsapp By Id"
method: GET
path: "/api/v1/user/{userwhatsapp_id}/UserWhatsApp"
tags: ["User"]
---

# Get Userwhatsapp By Id

`GET /api/v1/user/{userwhatsapp_id}/UserWhatsApp`

Gets an userwhatsapp by its id

## Path parameters

- `userwhatsapp_id` string, uuid, required

## Response `200`

Successful Response

- IGetResponseBaseIUserWhatsAppRead
  - `message` string, nullable
  - `meta` union
    - object
    - unknown
  - `data` IUserWhatsAppRead
    - `phone_number_id` string, nullable, required
    - `phone_business_id` string, nullable, required
    - `facebook_app_secret` string, nullable, required
    - `whatsapp_access_token` string, nullable, required
    - `whatsapp_phone_number` string, nullable, required
    - `id` string, uuid, required
    - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/insighto/apis/ragify.md) · [All operations](https://skmtc.net/insighto/apis/ragify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/insighto/ragify/revisions/cdca56191be9/schema)
