Skip to main content
GET
List Integrations

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Query Parameters

version
string

Deprecated. Version is now baked into the package.

Search query to filter integrations

Example:

"email"

cursor
string

Cursor.

Example:

"gmail"

limit
number
default:20
Required range: 1 <= x <= 100
Example:

20

sort_by
enum<string>
default:name

Sort field. Defaults to "name".

Available options:
name
sort_order
enum<string>
default:asc

Sort order. Defaults to "asc".

Available options:
asc,
desc

Response

Paginated list of integrations

data
object[]
required
page_info
object
required

Pagination cursor values for traversing the result set.

total
number
required