Skip to main content
GET
/
v1
/
channels
/
{id}
/
qr-code
Get channel QR code
curl --request GET \
  --url https://api.timelyai.com.br/v1/channels/{id}/qr-code \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "qr_code": "<string>",
    "status": "pending"
  }
}

Authorizations

x-api-key
string
header
required

API key obtained from the dashboard

Path Parameters

id
string<uuid>
required

Channel ID

Response

Channel QR code

data
object