Get a workflow
Headers
-
Content-Type string
-
Accept string
GET
/api/v1/workflow/{uuid}
curl \
-X GET https://api.plannrcrm.com/api/v1/workflow/uuid \
-H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"
Response examples (200)
{
"name": "Pension Transfer",
"type": "simple",
"uuid": "ecf6030e-6502-4b42-bc1a-3bcfca54c10e",
"created_at": "2025-01-21T09:11:10+00:00",
"updated_at": "2025-01-21T09:11:10+00:00",
"tasks_count": 5
}