List webhook of a document

List webhook of a document

🚧

Important

Don’t forget to include your tokenAPI and cryptKey in the request.

Example:
https://secure.d4sign.com.br/api/v1/documents/{UUID-DOCUMENT}/webhooks?tokenAPI={YOUR-TOKEN}&cryptKey={YOUR-CRYPT-KEY}

GET/documents/{UUID-DOCUMENT}/webhooks

Test Endpoint 🧪

This endpoint returns the webhook URL registered for the specified document.

{
    "Content-Type": "application/json"
}
{
    "uuid": "9f08bf18-bf4b-410f-9701-c286e5b1cad1",
    "webhook_url": "http://your-url-to-receive-post.com"
}