Update Webhook Configuration
PATCH/v1/webhook-configuration
Update the configuration used for the Insurance Verification Webhook.
This endpoint allows partial updates to webhook configuration. Use the DELETE token to remove optional fields.
See PATCH Requests for more information.
Request
Responses
- 200
- 304
- 401
- 403
- 404
- 422
- 500
Successfully updated webhook configuration
No changes made to the configuration
Invalid or missing access token
Access token missing required scopes
Webhook configuration not found
Request validation failed
Internal Error