# 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](https://docs.cartat.net/cartat-api/get-started) |

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

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

{% endtab %}
{% endtabs %}
