API Documentation
Authorization
Agents
Phone Numbers
SIP
Messaging
Knowledge
Accounts
Billing
Webhooks
List Webhooks
List all your existing webhook destinations.
GET
/
api
/
v2
/
webhooks
Copy
Ask AI
curl --request GET \
--url https://api.automatedphone.ai/api/v2/webhooks
Copy
Ask AI
{
"success": true,
"message": "Success",
"webhooks": [
{
"userId": 3,
"label": "Zapier Hook",
"timestamp": 1678829072,
"url": "https://hooks.zapier.com/hooks/catch/123456/abcdef",
"type": "call"
}
]
}
Authorizations
AutomatedPhone API Token
Copy
Ask AI
curl --request GET \
--url https://api.automatedphone.ai/api/v2/webhooks
Copy
Ask AI
{
"success": true,
"message": "Success",
"webhooks": [
{
"userId": 3,
"label": "Zapier Hook",
"timestamp": 1678829072,
"url": "https://hooks.zapier.com/hooks/catch/123456/abcdef",
"type": "call"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.