Skip to main content
GET
List Integrations
An integration is a vendor that Leen can connect to. This endpoint returns the full catalog of supported integrations with their details; the response is the same for every organization, so you can call it without first creating a connection. Use the category query parameter to narrow the list to one or more domains. Each item’s integration_id (for example TENABLE, SNYK, WIZ_CODE) is the exact value to pass as vendor when creating a connection. data_exports lists the data types that integration produces, and categories maps to the domain sections of this documentation (AppSec, EDR, VMS, and so on). parameters describes the credential form fields for that integration — names and types only, never secret values.

Authorizations

X-API-KEY
string
header
required

Query Parameters

offset
integer
default:0

Offset index of items (starting from 0)

Required range: x >= 0
limit
integer
default:100

Limit size (page size)

Required range: x >= 0
category
string | null

Filter by category, comma separated

Response

Successful Response

count
integer
required

Number of items return in the response

items
IntegrationRespModel · object[]
required

The records on this page.

total
integer | null

Total number of items that can be returned