Forms API
List Forms
List a team’s forms. Pass is_published=false to list only the forms that have never been published — the drafts experimentation leaves behind — then delete them individually.
GET
List Forms
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The ID of the team.
Maximum number of results to return. Default is 1000, maximum is 2000.
Token for pagination. Leave empty for the first request.
Return only published forms (true) or only never-published ones (false). Omit to return both.
List Forms

