v1
latestOpenAPI 3.0.02026-07-241010520.6 KBWebhooks
Retrieve Webhook
Retrieve a webhook by ID
get/tenants/{tenant_id}/webhooks/{webhook_id}
Path parameters
tenant_idstring uuid required
The ID of the tenant to get webhooks for.
webhook_idstring uuid required
The ID of the webhook to return details for.
Response
Webhook successfully retrieved.
Example response
{
"webhook": {
"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>",
"filters": [
{
"url_parameter": "<STATUS>",
"values": [
"submitted",
"completed"
]
}
]
}
}