Get connector
Retrieves a Connector by slug
Authentication
AuthorizationBearer
Token-based authentication with required prefix “Bearer”
Path parameters
slug
The slug of the Connector
Query parameters
auth_mode
Set to ‘runtime’ to return credential_fields instead of full auth_options.
include_tool_details
When true, tools include input_schema, output_schema, and annotations.
Response
id
Unique identifier for the Connector
name
Name of the Connector
slug
Slug identifier for the Connector
description
Description of what the Connector does
source_url
URL to the Connector's source website
logo_url
URL to the Connector's logo image
categories
Categories this connector belongs to
auth_options
Authentication options available for this connector
tools
List of available tools for this connector. By default each tool includes only name, description, and credit_type; pass include_tool_details=true on the detail endpoint to also include input_schema, output_schema, annotations, scopes, and endpoints.