get https://api.kombo.dev/v1/tools/
Get a list of the tools (i.e., integrations) enabled in your environment.
This can (in combination with the integration_tool
parameter of the "Create Link" endpoint) be used to, for example, display a custom list or grid of available integrations to your end users instead of exposing Kombo Connect's standard tool selector.
{
"status": "success",
"data": {
"tools": [
{
"id": "factorial",
"label": "Factorial",
"assets": {
"logo_url": "https://storage.googleapis.com/kombo-assets/integrations/factorial/logo.svg",
"icon_url": "https://storage.googleapis.com/kombo-assets/integrations/factorial/icon.svg",
"icon_black_url": "https://storage.googleapis.com/kombo-assets/integrations/factorial/icon-black.svg"
}
}
]
}
}