cURL
curl --request GET \ --url https://app.simpledocs.com/api/v1/workflows/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "k9Xp2m", "type": "workflow", "attributes": { "name": "Vendor Agreement", "description": "Standard agreement for new vendor onboarding", "status": "published", "type": "<string>" } } }
Retrieve a single workflow by its hash ID.
Obtain a Bearer token via the Create access token endpoint using the OAuth2 client credentials flow.
The resource's hash ID.
"0dbhXg"
The workflow.
Show child attributes