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[].