Headers
-
Content-Type
string -
Accept
string
Path parameters
-
uuid
string Required
GET
/api/v1/workflow/{uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/workflow/uuid' \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Response examples (200)
{
"name": "Pension Transfer",
"type": "simple",
"uuid": "70839b2b-0b46-4922-acd9-4d91e1f2b3ec",
"created_at": "2025-04-25T13:33:30+01:00",
"updated_at": "2025-04-25T13:33:30+01:00",
"tasks_count": 5
}