| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api.qwilr.com/v1 | link | — | — | — |
Actions (9)
Pages · 4
- Create pagePOST /pages
Creates a Qwilr Page from saved blocks or a template.
documented - Get pageGET /pages/{pageId}
Returns a page.
documented - Get page (expanded)GET /pages/{pageId}?expand=metadata,acceptance,previewAcceptance
Returns a page with requested expansions (metadata, acceptance and previewAcceptance).
documented - Update pagePUT /pages/{pageId}
Allows you to update the published property of a page.
documented
Subscriptions · 3
- Cancel webhook subscriptionDELETE /webhooks/{subscriptionId}
Cancels a webhook subscription using the ID returned when the subscription was created.
documented - Create webhook subscriptionPOST /webhooks
Creates a new webhook subscription to an event type. New events will be sent to the defined targetUrl.
documented - Get webhook subscriptionsGET /webhooks
Retrieve a list of all webhook subscriptions for your Qwilr account.
documented