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"
]
}
]
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"
]
}
]
Successful Response
The response is of type Connectors · object[]
.