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