POST /webhook/{webhookId}/verify
Verifies a webhook with the verificationCode received by the endpoint in a WebhookVerificationMessage request. The caller must be the creator of the webhook.
In order to perform this call the webhook verification status must be CODE_SENT.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/webhook/{webhookId}/verify
Resource URL Variables
{webhookId} |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view , modify |
HTTP Method | POST |
Request Object | VerifyWebhookRequest (application/json) |
Response Object | VerifyWebhookResponse (application/json) |