Skip to main content
GET
/
v1
/
webhook_endpoints
List
curl --request GET \
  --url https://{defaultHost}/v1/webhook_endpoints \
  --header 'Authorization: Bearer <token>'
{
  "object": "list",
  "pagination": {
    "count": 1,
    "limit": 20,
    "page": 1,
    "url": "/v1/webhook_endpoints"
  },
  "data": [
    {
      "id": "2991087a-8dff-4992-8bcd-2e9899fe47a1",
      "object": "webhook_endpoint",
      "automation_service": null,
      "description": null,
      "enabled": true,
      "erroring_grace_period_ends_at": null,
      "erroring_grace_period_started_at": null,
      "webhook_events": [],
      "signing_secret": "yEys4R14xPMJ5CrKXdzmDjjw",
      "url": "http://armstrong.test/willis",
      "created_at": 1767909789,
      "updated_at": 1767909789
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer

A limit on the number of items to be returned, between 1 and 100.

page
integer

The page of items you want returned.

Response

200 - application/json

Success

object
string

A string describing the object type returned.

pagination
object
data
array

An array of objects.