curl --request GET \
--url https://api.timelyai.com.br/v1/channels/{id}/config \
--header 'x-api-key: <api-key>'{
"data": {
"provider": "<string>",
"api_key": "<string>",
"welcome_message": "<string>",
"auto_reply": true,
"business_hours": {}
}
}Retorna a configuração de um canal específico. Requer scope channels:read.
curl --request GET \
--url https://api.timelyai.com.br/v1/channels/{id}/config \
--header 'x-api-key: <api-key>'{
"data": {
"provider": "<string>",
"api_key": "<string>",
"welcome_message": "<string>",
"auto_reply": true,
"business_hours": {}
}
}Chave de API para autenticação. Obtenha sua chave em https://app.timelyai.com.br/developers
ID único do recurso (UUID)
Configuração do canal
Show child attributes