Retrieves the full details of a single integration by integrationId. Returns the provider type, friendly name, description, and current status of the integration.
Documentation Index
Fetch the complete documentation index at: https://docs.sigmamind.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate every request by passing your API key in the X-API-Key header. To get your key, go to Dashboard → API Keys and create or copy your Production API key.
Unique identifier of the integration to retrieve.
OK
Represents a fully configured third-party integration. Includes its identity, authentication configuration, and available tools. Use this response to understand how to invoke external APIs via this integration. Authentication and headers are automatically applied when tools under this integration are executed.
Unique identifier for this integration. Pass this value as integrationId when executing tools, updating this integration, or managing its auth configuration.
"intg_AuUKK371Spr5"
Human-readable name of the integration. Helps identify the connected system (e.g., Shopify store, CRM, payment provider).
"My Shopify Store"
Optional explanation of what this integration is used for. Useful for agents to determine when this integration should be selected.
"Handles order lookups and customer data retrieval"
Catalog of executable operations available via this integration. Each tool represents a specific API capability (e.g., fetch order, create customer). To perform an action: inspect each tool's name and description, select the one matching the task, then invoke it using its toolId. An empty list means no tools have been configured yet.
Timestamp when the integration was created (in UTC). Primarily for auditing and tracking purposes.
"2024-04-20T10:00:00.000Z"
Timestamp when the integration was last updated (in UTC). Indicates the most recent configuration change.
"2024-04-21T08:30:00.000Z"