Pular para o conteúdo principal
GET
/
v1
/
channels
/
{id}
/
config
Obter configuração do canal
curl --request GET \
  --url https://api.timelyai.com.br/v1/channels/{id}/config \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "phone_number": "<string>",
    "api_key": "<string>",
    "webhook_url": "<string>"
  }
}

Autorizações

x-api-key
string
header
obrigatório

Chave de API obtida no dashboard

Parâmetros de caminho

id
string<uuid>
obrigatório

ID do canal

Resposta

Configuração do canal

data
object