Skip to main content
GET
List forms

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
number
default:25

Results per page.

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

The next_cursor value from the previous page.

team_id
string

Only this team (must be one the credential covers). Useful for connections that span several teams.

Response

data
object[]
required
has_more
boolean
required
next_cursor
string | null
required