Skip to main content
GET
/
v1
/
channels
/
{id}
/
widget
/
links
Obter links do widget
curl --request GET \
  --url https://api.timelyai.com.br/v1/channels/{id}/widget/links \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "script_url": "<string>",
    "iframe_url": "<string>",
    "embed_code": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

Chave de API para autenticação. Obtenha sua chave em https://app.timelyai.com.br/developers

Path Parameters

id
string<uuid>
required

ID único do recurso (UUID)

Response

Links do widget

data
object