---
title: "Instances Connect"
method: GET
path: "/instance/connect/{instance}"
tags: ["Instance Controller"]
---

# Instances Connect

`GET /instance/connect/{instance}`

Generates and returns the QR code for WhatsApp connection

## Path parameters

- `instance` string, required

## Query parameters

- `number` string

## Response `200`

Ok

- object
  - `pairingCode` string — The unique code used for pairing a device or account.
  - `code` string — A specific code associated with the pairing process. This may include tokens or other identifiers.
  - `count` integer — The count or number of attempts or instances related to the pairing process.

## Other responses

- `404` — Instance not found

---

[API](https://skmtc.net/evolution-foundation/apis/openapi.md) · [All operations](https://skmtc.net/evolution-foundation/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evolution-foundation/openapi/revisions/153363ee7f38/schema)
