Workflows
Get Workflow Request Structure
Get the request body structure a workflow expects on execute.
GET
Return the structure a workflow expects when you execute it — its JSON Schema (if defined) and/or a structure derived from the workflow’s
Option 2 — Session token
manual_execution_payload. Use this to build a valid execute payload.
This authenticates as a linked account, so it resolves the structure for that account’s private workflow.
Authentication
This endpoint is scoped to a linked account, so it accepts either authentication method. Option 1 — API keyYour Refold API key.
The linked account that owns the workflow.
Session token. Format:
Bearer YOUR_SESSION_TOKENPath Parameters
The workflow ID.
Response
- 200 OK
- 404 Not Found