Was this helpful?
GET /workflow/{id} HTTP/1.1 Host: api.laminar.run Authorization: Bearer JWT Accept: */*
OK
{ "id": 1, "name": "text", "description": "text", "createdAt": "2025-05-16T15:09:10.198Z" }
DELETE /workflow/{id} HTTP/1.1 Host: api.laminar.run Authorization: Bearer JWT Accept: */*
No content
POST /workflow HTTP/1.1 Host: api.laminar.run Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 52 { "name": "text", "description": "text", "workspaceId": 1 }
PUT /workflow HTTP/1.1 Host: api.laminar.run Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 51 { "workflowId": 1, "name": "text", "description": "text" }