Celigo Developer Platform
Developer tools
Get started
2
Make your first request
curl -s https://api.integrator.io/v1/integrations \
-H "Authorization: Bearer <YOUR_API_TOKEN>"npm install -g @celigo/celigo-cli
export CELIGO_API_TOKEN="<YOUR_API_TOKEN>"
celigo integrations list --format table{
"mcpServers": {
"celigo": {
"url": "https://api.integrator.io/celigo-mcp"
}
}
}3
See the result
[
{
"_id": "5a1b2c3d4e5f6a7b8c9d0e1f",
"name": "Shopify → NetSuite",
"createdAt": "2024-05-12T17:02:11.213Z"
}
]┌──────────────────────────┬──────────────────┬─────────┐
│ _id │ name │ mode │
├──────────────────────────┼──────────────────┼─────────┤
│ 5a1b2c3d4e5f6a7b8c9d0e1f │ Shopify → NetS… │ install │
└──────────────────────────┴──────────────────┴─────────┘