cURL
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 }
List webhook subscriptions for the authenticated tenant. Signing secrets are intentionally omitted from list responses.
API key authentication for the External Actor Gateway
Successful operation
Whether more webhook subscriptions are available
Show child attributes
Total number of webhook subscriptions returned by the current query
0 <= x <= 9007199254740991
Was this page helpful?