Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.78 KB

WebhookResponse.md

File metadata and controls

24 lines (20 loc) · 1.78 KB

WebhookResponse

Properties

Name Type Description Notes
pkiWebhookID NSNumber* The unique ID of the Webhook
sWebhookDescription NSString* The description of the Webhook
fkiEzsignfoldertypeID NSNumber* The unique ID of the Ezsignfoldertype. [optional]
sEzsignfoldertypeNameX NSString* The name of the Ezsignfoldertype in the language of the requester [optional]
eWebhookModule FieldEWebhookModule*
eWebhookEzsignevent FieldEWebhookEzsignevent* [optional]
eWebhookManagementevent FieldEWebhookManagementevent* [optional]
sWebhookUrl NSString* The URL of the Webhook callback
sWebhookEmailfailed NSString* The email that will receive the Webhook in case all attempts fail
sWebhookApikey NSString* The Apikey for the Webhook. This will be hidden if we are not creating or regenerating the Apikey. [optional]
sWebhookSecret NSString* The Secret for the Webhook. This will be hidden if we are not creating or regenerating the Apikey. [optional]
bWebhookIsactive NSNumber* Whether the Webhook is active or not
bWebhookIssigned NSNumber* Whether the requests will be signed or not
bWebhookSkipsslvalidation NSNumber* Wheter the server's SSL certificate should be validated or not. Not recommended to skip for production use
objAudit CommonAudit*

[Back to Model list] [Back to API list] [Back to README]