cURL
curl --request GET \ --url https://api.tryarchitect.com/v0/webhook_subscriptions
[ { "id": "<string>", "url": "<string>", "events": [ "page.version.created" ], "active": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ]
List webhook subscriptions for the authenticated tenant
Successful operation
Unique subscription identifier
URL to open when action is triggered
Show child attributes
Whether the subscription is active
Was this page helpful?