curl --request GET \
--url https://api.sigmamind.ai/v1/integrations \
--header 'X-API-Key: <api-key>'{
"data": [
{
"integrationId": "intg-AuUKK371Spr5",
"name": "My Shopify Store",
"description": "Handles order lookups for the support agent",
"authentication": {
"authId": "auth-P3kNz7Yv1Qm9",
"integrationId": "intg-AuUKK371Spr5",
"authType": "api_key",
"headers": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"tools": [
{
"toolId": "tool-X9pLm2Wq8Rt3",
"integrationId": "intg-AuUKK371Spr5",
"name": "Get Order Details",
"description": "Fetches order details from Shopify by order ID",
"method": "GET",
"url": "/orders/{orderId}.json",
"scope": "local",
"headers": {
"customer_name": "Michael"
},
"queryParams": {
"customer_name": "Michael"
},
"bodyParams": {
"customer_name": "Michael"
},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"page": 123,
"size": 123,
"totalCounts": 123,
"totalPages": 123,
"hasNext": true,
"hasPrevious": true
}List all integrations for the tenant in a paginated list
curl --request GET \
--url https://api.sigmamind.ai/v1/integrations \
--header 'X-API-Key: <api-key>'{
"data": [
{
"integrationId": "intg-AuUKK371Spr5",
"name": "My Shopify Store",
"description": "Handles order lookups for the support agent",
"authentication": {
"authId": "auth-P3kNz7Yv1Qm9",
"integrationId": "intg-AuUKK371Spr5",
"authType": "api_key",
"headers": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"tools": [
{
"toolId": "tool-X9pLm2Wq8Rt3",
"integrationId": "intg-AuUKK371Spr5",
"name": "Get Order Details",
"description": "Fetches order details from Shopify by order ID",
"method": "GET",
"url": "/orders/{orderId}.json",
"scope": "local",
"headers": {
"customer_name": "Michael"
},
"queryParams": {
"customer_name": "Michael"
},
"bodyParams": {
"customer_name": "Michael"
},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"page": 123,
"size": 123,
"totalCounts": 123,
"totalPages": 123,
"hasNext": true,
"hasPrevious": true
}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.
API Key is required in header. You can find it in the settings