Skip to main content
GET
Lists all saved workflows for a firm

Authorizations

Authorization
string
header
required

Lawtte API key or session token: Authorization: Bearer <token>.

Query Parameters

firmSlug
string
required

Firm identifier.

Response

[{ "id": "...", "name": "New Lead Intake", "nodes": [...], "edges": [...] }]

The response is of type object.