Skip to content

Get Webhook

GET {{base_url}}/v1/webhooks/{{webhook_id}}

Allows you to get the complete configuration of a specific webhook using its id.


ParameterTypeDescriptionLimits
Authorization*stringAccess token obtained during login, with the 'Bearer' prefix.Required
Content-TypestringSpecifies the content type of the HTTP request body. For requests that include JSON data'application/json'

{
"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"
}
NombreTypeDescription
idstringUnique webhook identifier in Firmeasy.
userstringID of the webhook owner user.
documentstring/nullAssociated document if applicable, or null.
eventstringConfigured event that triggers the webhook.
target_urlstringConfigured destination URL.
activebooleanIndicates if the webhook is active.
secret_keystringUnique secret key used to sign payloads with HMAC.
custom_headersarray/nullCustom headers if any.
signed_headersarray/nullSigned headers (currently null).
typestring/nullWebhook type (reserved for future use).
created_atdatetimeCreation date.
updated_atdatetimeLast update.