List Form Templates
Form Templates
List Form Templates
Retrieve a paginated list of form templates available in the authorized workspaces.
GET
List Form Templates
Retrieve all active form templates available in the authorized workspaces.
Only enabled and published templates are returned by this endpoint. Archived or disabled templates require the
?archived=true query parameter.Authorizations
API token (starts with pnbx_). Create at https://app.penbox.io/workspace/settings/api. Include as: Authorization: Bearer {token}
Query Parameters
Include archived form templates when true
Page number (starts at 1)
Required range:
x >= 1Number of items per page (max: 100)
Required range:
1 <= x <= 100Sort field (prefix with - for descending). Allowed values: created_at, updated_at
Available options:
+created_at, -created_at, +updated_at, -updated_at