Skip to main content
GET
/
v2
/
channel
/
{channelId}
/
qr-code
cURL
curl --request GET \
  --url https://api.gptmaker.ai/v2/channel/{channelId}/qr-code \
  --header 'Authorization: Bearer <token>'
{
  "value": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

channelId
string
required

ID do canal

Response

Configurações do canal retornadas com sucesso (os campos variam conforme o tipo do canal)

value
string

Código QrCode para leitura.