Skip to main content
GET
/
api
/
v1
/
webhooks
List webhooks
curl --request GET \
  --url http://localhost:7701/api/v1/webhooks \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {}
  ],
  "meta": {
    "current_page": 1,
    "per_page": 15,
    "total": 50,
    "last_page": 4
  }
}

Authorizations

X-API-Key
string
header
required

Company API key. Send in the X-API-Key header.

Query Parameters

per_page
integer
Example:

15

page
integer
Example:

1

Response

Paginated list of webhooks

data
object[]
meta
object