Get All Webhooks Configurations
GET/webhooks
Retrieves a list of all configured webhooks for tenant. This endpoint returns detailed information about each webhook, including its TargetURL, events it listens to. Use this to review or manage your existing webhook configurations.
Responses
- 200
- 403
- 404
- 500
OK: The request was successful.
Forbidden: The client does not have permission to access the resource.
Not Found: The server cannot find the requested resource.
Internal Server Error: The server encountered an unexpected error.