Skip to main content
GET
/
v0
/
webhook_subscriptions
List webhook subscriptions
curl --request GET \
  --url https://api.tryarchitect.com/v0/webhook_subscriptions \
  --header 'x-api-key: <api-key>'
{
  "hasMore": true,
  "items": [
    {
      "subscriptionId": "<string>",
      "url": "<string>",
      "events": [
        "page.version.created"
      ],
      "active": true,
      "createdAt": "<string>",
      "updatedAt": "<string>"
    }
  ],
  "nextCursor": "<string>",
  "totalCount": 4503599627370495
}

Authorizations

x-api-key
string
header
required

API key authentication for the External Actor Gateway

Response

Successful operation

hasMore
boolean
required

Whether more webhook subscriptions are available

items
object[]
required
nextCursor
string | null
required
totalCount
integer
required

Total number of webhook subscriptions returned by the current query

Required range: 0 <= x <= 9007199254740991