Fuzzy search connectors by name or description
ConnectorItem objects matching the search query. Each item includes the connector’s connections.
API Key for authentication
Search query to match against connector name and description
Successful Response
Unique identifier of the connector.
Display name of the connector (e.g., 'Slack', 'Jira', 'GitHub').
Description of what this connector integrates with and its capabilities.
Logo identifier for the connector's icon. Resolve via the platform's CDN.
Current status of the connector. 'ready' means it's available for use. Other values indicate processing or issues.
Latest available version of the connector's OpenAPI specification.
ID of the connector's OpenAPI specification in the catalog service. Used internally to resolve available operations.
If set, this is a custom connector owned by this organization. If null, it's a public catalog connector available to all organizations.
Total number of API operations (endpoints) available in this connector.
Quality score (0-1) indicating how well-documented and tested the connector's operations are.
Whether this connector uses xpander.ai's built-in authentication flow (managed OAuth2, etc.) rather than requiring manual credential setup.
Human-readable hint or instructions for setting up a connection to this connector.
Target server URLs for this connector's API. Maps environment identifiers to base URLs.
List of active connections (org↔connector bindings) for this connector within your organization. Only includes connections visible to the requesting user based on access scope.