Get Forms

Returns a paginated list of forms belonging to the authenticated account. Supports search by name (substring LIKE), filtering by form_uuid or campaign_uuid, and ordering. Each returned item contains form_uuid, form_name, form_created_dts, and campaign_uuid. Pagination is page / per_page and the response shape is the standard paginated envelope (current_page, data, total, per_page, last_page, etc.).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string | null

Substring match against form_name (case-insensitive LIKE).

uuid | null

Optional. Narrow to a single form by UUID. Account-scoped; returns 422 if the UUID does not belong to the authenticated account.

uuid | null

Optional. Narrow to forms attached to a specific campaign. Account-scoped.

integer
≥ 1
Defaults to 1

1-based page index.

integer
1 to 100
Defaults to 25

Page size. Capped at 100.

string
enum
Defaults to form_name
Allowed:
string
enum
Defaults to asc
Allowed:
Responses

401

Missing or invalid bearer token.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json