Webhooks
List all webhooks
GET
List all webhooks
Authorizations
Pass your API key as: Authorization: Bearer <API KEY>.
Response
200 - application/json
A list of webhooks.
Unique identifier.
Example:
"rh_24488493954"
Your destination URL to push notifications to.
Example:
"https://your-target.com/some-path"
Use the secret to verify that events posted to your URL were sent by the website.
Example:
"your-secret"
Available options:
order_created, order_updated, product_created, product_updated, form_submitted, contact_updated, booking_created Example:
["order_created", "order_updated"]Last modified on June 20, 2026

