---
title: "Get Personal Whatsapp Qr"
method: GET
path: "/v1/integrations/personal-whatsapp/{profile_id}/qr"
tags: ["Integrations", "Personal WhatsApp"]
---

# Get Personal Whatsapp Qr

`GET /v1/integrations/personal-whatsapp/{profile_id}/qr`

Return the QR code to scan in order to connect a personal WhatsApp account.

## Path parameters

- `profile_id` string, uuid, required

## Response `200`

Successful Response

- PersonalWhatsappQRResponse
  - `QRCode` string, nullable
  - `Code` string, nullable
  - `State` string, required

## Other responses

- `422` — Validation Error

---

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