Test a webhook node
POST/v1/pathways/webhook-test
Run a webhook node config once, live, against sample_variables. Secrets resolve server-side and never appear in the response; extracted variable values DO come back — that is the point. Requires an owner-bound key whose owner is an engineer. Authoring payload — passed through from the internal service as-is; it evolves with the product and is not a frozen contract.
Request
Responses
- 200
- 400
- 401
- 403
- 429
Body is missing a webhook config object, or it is invalid.
Missing, invalid, revoked, or expired API key.
The key lacks the pathways:write scope, is not owner-bound, or its owner is not an engineer.
Rate limit exceeded.