Search code examples
docusignapi

How to get the status of a webhook using the Docusign API?


I made a call to GET /restapi/v2.1/accounts/{accountId}/connect/{connectId} to get some information about a DocuSign webhook, but it does not contain any information about its status (active, inactive...).

Is there any way to know its status or to activate the webhook through the API ?


Solution

  • The status attribute is named allowEnvelopePublish

    true means the webhook is active