GET
/
v1
/
webhooks
curl --request GET \
  --url https://api.aicaller.io/v1/webhooks \
  --header 'aicaller-api-key: <api-key>'
{
  "data": [
    {
      "teamId": "363573667364666473667332",
      "url": "https://hooks.abc.com/",
      "subscribedEvents": [
        "phoneCall.completed"
      ],
      "method": "GET",
      "_id": "363573667364666473667332",
      "createAt": "2023-10-12T09:08:00.387Z",
      "updatedAt": "2023-10-12T09:08:00.387Z"
    }
  ]
}

Authorizations

aicaller-api-key
string
header
required

Query Parameters

teamId
string
required

Unique ID of the Team

orderBy
any

Sorting order of the webhooks. use "-" for descending order. eg. for ascending order use orderBy=createdAt, for descending order use orderBy=-createdAt

limit
any

Limiting number of values per page

offset
any

Skipping webhooks till the provided offset value

Response

200
application/json
data
object[]
required