cURL
curl --request GET \ --url https://api.gptmaker.ai/v2/channel/{channelId}/widget-links \ --header 'Authorization: Bearer <token>'
{ "float": "<string>", "iframe": "<string>" }
Pega os links dos scripts do widget para injetar no site
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID do canal
Links dos scripts do widget
The response is of type object.
object