Headers
-
Content-Type string
-
Accept string
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": "56e8956d-2ecc-47d0-8cb6-944a9188fea9",
"created_at": "2025-02-20T10:13:03+00:00",
"updated_at": "2025-02-20T10:13:03+00:00",
"tasks_count": 5
}