Skip to main content
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>"
  }
}

Authorizations

x-api-key
string
header
required

Chave de API obtida no dashboard

Path Parameters

id
string<uuid>
required

ID do canal

Response

Configuração do canal

data
object