GET
/
api
/
v2
/
webhooks
curl --request GET \
  --url https://api.automatedphone.ai/api/v2/webhooks
{
  "success": true,
  "message": "Success",
  "webhooks": [
    {
      "userId": 3,
      "label": "Zapier Hook",
      "timestamp": 1678829072,
      "url": "https://hooks.zapier.com/hooks/catch/123456/abcdef",
      "type": "call"
    }
  ]
}

Authorizations

token
string
query
required

AutomatedPhone API Token

Response

200
application/json

Successful response

success
boolean
Example:

true

message
string
Example:

"Success"

webhooks
object[]