VerifyWebhookResponse
org.sagebionetworks.repo.model.webhook.VerifyWebhookResponse
Response body containg the result of a webhook verification reqeust.
Field | Type | Description |
---|---|---|
isValid | BOOLEAN | True if the webhook was successfully verified. |
invalidReason | STRING | If the Webhook is invalid, this will contain a string describing why it is invalid. |