List webhook of a document
List webhook of a document
ImportantDon’t forget to include your
tokenAPI
andcryptKey
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
GET
/documents/{UUID-DOCUMENT}
/webhooksThis 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"
}
Updated about 2 months ago