Skip to main content
GET
/
v1
/
agents
/
{id}
/
webhooks
Get agent webhooks
curl --request GET \
  --url https://api.timelyai.com.br/v1/agents/{id}/webhooks \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "on_message": "<string>",
    "on_conversation_start": "<string>",
    "on_conversation_end": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

API key obtained from the dashboard

Path Parameters

id
string<uuid>
required

Agent ID

Response

Agent webhooks

data
object