Forms
Retrieve a list of forms
Retrieve a paginated list of forms for the authenticated organization.
GET
/
forms
Headers
The API key.
Query Parameters
Search for a form by name.
The field to sort the forms by. The default is createdAt
, and sort order is always descending.
Available options:
createdAt
, submissions
The page number for pagination.
Required range:
x > 0
The number of items per page.
Required range:
0 < x < 100