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": "bc3c76b2-69fd-4db5-9f45-241fc205a379",
"created_at": "2025-04-02T13:27:56+01:00",
"updated_at": "2025-04-02T13:27:56+01:00",
"tasks_count": 5
}