cURL
curl --request GET \ --url https://api.veryfront.com/projects/{project_reference}/workflows/{workflow_id}/source \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "description": "<string>", "target": "<string>", "source_path": "<string>", "source": "<string>", "version": "<string>", "schedulable": true, "edit_mode": "structured", "source_only_reasons": [ "<string>" ] }
Returns the structured workflow document from the selected source target.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workflow identifier
Workflow document
structured
source_only