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-04-25T09:05:20.179Z" }
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" }