---
title: "Create Userwhatsapp"
method: POST
path: "/api/v1/user/UserWhatsApp"
tags: ["User"]
---

# Create Userwhatsapp

`POST /api/v1/user/UserWhatsApp`

Create new userwhatsapp

## Request body

- IUserWhatsAppCreate
  - `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

## Response `200`

Successful Response

- IPostResponseBaseIUserWhatsAppCreate
  - `message` string, nullable
  - `meta` union
    - object
    - unknown
  - `data` IUserWhatsAppCreate
    - `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

## 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)
