curl --request GET \
--url https://api.timelyai.com.br/v1/channels/{id}/widget/links \
--header 'x-api-key: <api-key>'{
"data": {
"embed_url": "<string>",
"script_tag": "<string>"
}
}Retorna links para incorporar o widget no site.
curl --request GET \
--url https://api.timelyai.com.br/v1/channels/{id}/widget/links \
--header 'x-api-key: <api-key>'{
"data": {
"embed_url": "<string>",
"script_tag": "<string>"
}
}