Connectors
Get Integrations
VMS
Identity Provider (IDP)
Provisioning
- POSTCreate Organization
- GETList Organizations
- GETGet Organization by ID
- DELSoft Delete Organization By Id And Environment Id
- POSTCreate Connection
- GETList Connections
- GETGet Connection by ID
- GETList Jobs by Connection ID
- GETTest Connection Credentials by Connection ID
- DELDelete Connection
- PATCHUpdate Connection by ID and Organization ID
Connectors
Enrichments
Connectors
Get Integrations
GET
/
connectors
curl --request GET \
--url https://api.leen.dev/v1/connectors
[
{
"vendor": "<string>",
"category": "<string>",
"auth_type": "<string>",
"logo_url": "<string>",
"docs_url": "<string>",
"credentials_params": [
"<string>"
],
"vendor_name": "<string>",
"vendor_description": "<string>",
"data_export_types": [
"alerts"
]
}
]
Response
200 - application/json
Successful Response
The response is of type object[]
.
curl --request GET \
--url https://api.leen.dev/v1/connectors
[
{
"vendor": "<string>",
"category": "<string>",
"auth_type": "<string>",
"logo_url": "<string>",
"docs_url": "<string>",
"credentials_params": [
"<string>"
],
"vendor_name": "<string>",
"vendor_description": "<string>",
"data_export_types": [
"alerts"
]
}
]