> For the complete documentation index, see [llms.txt](https://docs.cartat.net/cartat-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cartat.net/cartat-api/whatsapp-qr-api/instance/get-qr-string.md).

# Get QR string

## To get QR as string

<mark style="color:blue;">`GET`</mark> `https://api.cartat.net/instance/qr_string`

#### Headers

| Name                                            | Type             | Description                                                                       |
| ----------------------------------------------- | ---------------- | --------------------------------------------------------------------------------- |
| Accept<mark style="color:red;">\*</mark>        | application/json |                                                                                   |
| Content-Type<mark style="color:red;">\*</mark>  | application/json |                                                                                   |
| Authorization<mark style="color:red;">\*</mark> | Bearer {{token}} | you can find your access token [here](/cartat-api/whatsapp-qr-api/get-started.md) |

{% tabs %}
{% tab title="200: OK " %}

```json
{
    "qr": "2@P4BluoxFI5Vcnwl/JYc8VpT/qa44m4tIWL6T/QaTtTA9WEqYeDgqdW1tWvssdi1D/B93XIuaWXXdDg==,KtvbkkA8TO8fNLAQhuAjcrLi5FPJg7kE2ASkuoG5sjQ=,S2W8oHxKs2CxYnDEfeaU3zBBPp1sJTu341TgYtbFiXw=,97XEH/Vg6EumIX0/RAGVd7o8OAgHESUmeA/VO7KZKUY=,1"
}
```

{% endtab %}
{% endtabs %}
