Get Webhook
GET
https://app.firmeasy.legal/api/v1/webhooks/{webhook_id}
Get Webhook
Section titled “Get Webhook”Allows you to get the complete configuration of a specific webhook using its id.
Required Headers
Section titled “Required Headers”AuthorizationAccess token obtained during login, with the 'Bearer' prefix.
Limits:Required
Content-TypeSpecifies the content type of the HTTP request body. For requests that include JSON data
Limits:'application/json'
Response Example
Section titled “Response Example”{ "id": "b28f7c91-4d1e-48fb-87a1-62f4e913ad7d", "user": "a56d3c72-917e-42e8-b38f-5e4c8d9b143a", "document": null, "event": "signer_rejected", "target_url": "[https://hooks.empresaglobal.com/events/b28f7c91-4d1e-48fb-87a1-62f4e913ad7d](https://hooks.empresaglobal.com/events/b28f7c91-4d1e-48fb-87a1-62f4e913ad7d)", "active": true, "secret_key": "7V4J3PQX1LND8E0YB5MC2KRF6H", "custom_headers": null, "signed_headers": null, "type": "E", "created_at": "2024-11-10T09:18:32.000000Z", "updated_at": "2024-11-10T09:18:32.000000Z"}idUnique webhook identifier in Firmeasy.
userID of the webhook owner user.
documentAssociated document if applicable, or null.
eventConfigured event that triggers the webhook.
target_urlConfigured destination URL.
activeIndicates if the webhook is active.
secret_keyUnique secret key used to sign payloads with HMAC.
custom_headersCustom headers if any.
signed_headersSigned headers (currently null).
typeWebhook type (reserved for future use).
created_atCreation date.
updated_atLast update.
