Skip to documentation
Workflow Developer API

Get Developer Workflow Webhook Endpoint

Return an active, published webhook URL; never exposed as an MCP tool.

GET/developer/v1/workflows/{definition_id}/webhook-endpoint

Authorizations

Authorization
stringheaderrequired

Send your GenHealth credential as Bearer <YOUR_API_KEY>. This endpoint requires workflow:run for the authenticated organization.

Headers

Accept
stringheader

Response media type. Use application/json for the current API.

Parameters

definition_idrequired
stringpath

Responses

200Successful Response
WorkflowWebhookEndpointResponse
workflow_idstring
version_idstring | null
providerstring
urlstring
draftboolean
liveboolean
422Validation Error
HTTPValidationError
detailarray<ValidationError>