cURL
curl --request GET \ --url http://api.local.stratumn.com:3000/workflow/orgName/{orgName} \ --header 'Authorization: Bearer <token>'
[ { "workflowId": "<string>", "workflowName": "<string>" } ]
Retrieves the workflows of a given organization by name
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The organization name
The workflows of the given organization
The Workflow ID
The Workflow Name