Skip to main content
GET
/
telephony
/
agents
/
{agent_id}
/
webhook-url
Get Agent Webhook Url
curl --request GET \
  --url https://api.truedy.ai/api/public/v1/telephony/agents/{agent_id}/webhook-url \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "agt_f9447372-5",
    "name": "Customer Support Agent",
    "description": "AI-powered customer support agent for handling inquiries",
    "status": "active",
    "voice_id": "voice_c7d82fec-c",
    "voice_name": "Sarah",
    "model": "gpt-4",
    "instructions": "You are a helpful customer support agent. Be friendly and professional.",
    "greeting": "Hello! How can I help you today?",
    "inactivity_message": "I'm still here if you need anything.",
    "created_at": "2026-03-03T20:30:21.310278Z",
    "updated_at": "2026-03-03T20:30:21.310278Z"
  },
  "meta": {
    "request_id": "req_32e7531c-8",
    "timestamp": "2026-03-03T20:30:21.310278Z"
  }
}

Authorizations

Authorization
string
header
required

Your API key. Get it from the Truedy Dashboard. Send as: Authorization: Bearer <your_key>

Path Parameters

agent_id
string
required

Response

Request completed successfully

Response body