GET
/
v1
/
channels
/
{channelID}
/
qr-codes
List QR codes for pre-filled messages
curl --request GET \
  --url https://api.wazapin.com/v1/channels/{channelID}/qr-codes \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "code": "<string>",
      "deep_link_url": "<string>",
      "prefilled_message": "<string>",
      "qr_image_url": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Session token or API key

Path Parameters

channelID
string
required

Channel ID

Response

OK

data
object[] | null
required