List forms

Returns the forms of the authenticated client with minimal fields per item.
Use the GET /newsletter/{newsletterId}/form/{formId} endpoint to retrieve
the full details of a form (including the form URL and embed code).

Provide the optional newsletterId query parameter to list only the forms
of a specific subscriber list.

Pagination

Results are paginated with the limit and page query parameters. Both values are clamped,
never rejected: limit is capped at 200 (default 50), an invalid page falls back to 1.
The meta object of the response tells whether more results are available (hasMore)
and how many items exist in total (total).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
1 to 200
Defaults to 50

Maximum number of items per page (1-200, values above 200 are clamped to 200)

integer
≥ 1
Defaults to 1

1-based page index

string
enum

Filter by form type

Allowed:
integer

Filter by subscriber list (newsletter) ID

Responses

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