List Forms
Lists a company’s form library — one summary per form (its current version), covering both DOCX templates and static PDF forms. Paginated.
Each item carries the form’s number (the FM-XXXX handle you pass to the
download, replace, and delete endpoints), name, kind (template vs
static), category, templateKey, version, and timestamps.
Narrow the result with the optional category and/or kind query
parameters. totalCount is the number of forms matching the filters across
all pages.
Required permission: forms:read
Authorizations
API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.
Path Parameters
Company identifier
Query Parameters
Page number (1-based, default 1).
x >= 1Number of records per page (default 50).
x >= 1When set, return only forms assigned to this category.
event, quote-flow, quote-bind-flow, unknown When set, return only forms of this kind — template (DOCX) or static (PDF).
template, static 