v1
latestOpenAPI 3.0.02026-07-241010520.6 KBWebhooks
List Webhooks
Returns a list of webhooks
Webhooks are returned sorted in descending order based on creation date.
get/tenants/{tenant_id}/webhooks
Path parameters
tenant_idstring uuid required
The ID of the tenant to get webhooks for.
Response
Webhooks successfully retrieved.
Example response
{
"webhooks": [
{
"description": "Aurora - AutoDesigner Webhook",
"event": "agreement_status_changed",
"url_template": "https://www.webhookclient.com/auto_designer_job_completed?design_id=<DESIGN_ID>&job_id=<JOB_ID>&status=<STATUS>"
}
]
}