API ReferenceForms
List forms
List all forms for an account.
Authorization
authorization AuthorizationBearer <token>
In: header
Query Parameters
page?integer
Page number
Range
1 <= valuepage_size?integer
Number of items per page
Range
1 <= valuesearch?string
Filter forms by name.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/forms"{ "data": [ { "created_at": "2025-02-17T17:49:19Z", "field_count": 3, "fields": null, "id": "frm_d025a96ac0c6", "internal_name": "Intake Form", "object": "form", "updated_at": "2025-02-17T17:49:19Z" } ], "meta": { "current_page": 1, "page_size": 10, "total_count": 50, "total_pages": 5 }}