GET
/
v2
/
channel
/
{channelId}
/
widget-links
curl --request GET \
  --url https://api.gptmaker.ai/v2/channel/{channelId}/widget-links \
  --header 'Authorization: Bearer <token>'
{
  "float": "<string>",
  "iframe": "<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

200
application/json
Links dos scripts do widget
float
string

Link do botão flutuante

iframe
string

Link do iframe para usar dentro de um iframe