WebhookVerificationStatus
org.sagebionetworks.repo.model.webhook.WebhookVerificationStatus
JSON enum for the verification status of a Webhook.
Enumeration
name | description |
---|---|
PENDING | The Webhook has been created, but is not verified. |
CODE_SENT | A verification code was sent to the endpoint. |
FAILED | The Webhook verification failed. |
REVOKED | The Webhook verification was revoked. |
VERIFIED | The Webhook has been created and verified successfully. |