Retrieve all active form presets available in the authorized companies.
flows) available in the authorized workspaces.
| Parameter | Type | Default | Description |
|---|---|---|---|
archived | boolean | false | Include archived templates when true |
| Field | Type | Description |
|---|---|---|
id | string | Template configuration UUID |
created_at | string | ISO 8601 creation timestamp |
slug | string | Unique identifier used in API calls |
name | string | Template display name |
archived_at | string | ISO 8601 timestamp if archived, otherwise null |
enabled | boolean | Whether the template is active |
flow.slug) to create forms:
| Code | Description |
|---|---|
200 | Success - Returns template data |
401 | Unauthorized - Invalid or expired access token |
403 | Forbidden - No access to these templates |
404 | Not Found - Template slug doesn’t exist or isn’t enabled |
429 | Too Many Requests - Rate limit exceeded |
500 | Server Error - Internal error |
?archived=true query parameter.