Skip to main content
POST
Webform List

Authorizations

Authorization
string
header
required

Your Mailercloud API key (plain text, no Bearer prefix). Create keys in Settings → API.

Headers

Content-Type
string

application/json

Body

application/json
limit
number
required

Maximum number of elements to return.

Maximum: 100 Minimum: 10

page
number
required

You can retrieve a subset of records starting from the page value you have specified. You can add a limit, which will determine the number of records you can retrieve on a single page.

Starts From: 1

Filter form by name , giving name in search keyword

Minimum string length: 1
sort_field
string

Sort list data based on this field

Available sort fields - name, modifiedDate, view_count, submission_count, new_contact_count

Minimum string length: 1
sort_order
string

If sort_field is given then sort_order is required

Sorting order for sort field

Available sort orders - asc, ASC, desc, DESC

Minimum string length: 1
date_from
string

Filter forms based on modified date.

Minimum string length: 1
date_to
string

Filter forms based on modified date.

Minimum string length: 1
status
string

Filter forms based on status. Set status to Active to get forms with embed code.

Available status – Active, Inactive, Draft, Duplicate

Minimum string length: 1

Response

200 - application/json

OK

count
number
data
object[]
Minimum array length: 1