Skip to main content
GET
List forms

Authorizations

Authorization
string
header
required

Provide your PipedForm API key as a Bearer token, e.g. Authorization: Bearer YOUR_API_KEY.

Query Parameters

limit
integer
default:50

Maximum number of forms to return.

Required range: 1 <= x <= 100
cursor
string

Cursor for pagination. Pass the nextCursor value from a previous response to fetch the next page.

Response

A paginated list of forms.

data
object[]
required
nextCursor
string

Cursor to retrieve the next page of results.

Example:

"eyJpZCI6IjAxOWY0MGVkIn0="