Skip to main content
GET
List all forms

Authorizations

Authorization
string
header
required

Authentication using either a FormBnB session JWT (issued by /auth) or an API key (prefixed with sk_). Both token types are passed as Bearer tokens in the Authorization header.

Query Parameters

limit
string

Maximum number of forms to return (default: 20)

offset
string

Number of forms to skip (default: 0)

org_id
string<uuid>

Filter by organization ID

include_inactive
string

Include inactive forms (true/false)

Response

List of forms

forms
object[]
required
total
number
required