← Tools Reference

Celigo

Celigo integration (Developer Tools). Imported from open-connector.

API key8 toolshttps://api.integrator.io
GET
celigo_get_token_info
Get metadata for the current Celigo API token.

/v1/tokenInfo

GET
celigo_list_exports
List exports available in the current Celigo account.

/v1/exports

GET
celigo_get_export
Get one Celigo export by export ID.

/v1/exports/{exportId}

1 parameter
ParamTypeRequiredDescription
exportIdstringrequiredThe unique identifier of the Celigo export.
GET
celigo_list_imports
List imports available in the current Celigo account.

/v1/imports

GET
celigo_get_import
Get one Celigo import by import ID.

/v1/imports/{importId}

1 parameter
ParamTypeRequiredDescription
importIdstringrequiredThe unique identifier of the Celigo import.
GET
celigo_list_flows
List flows available in the current Celigo account.

/v1/flows

GET
celigo_get_flow
Get one Celigo flow by flow ID.

/v1/flows/{flowId}

1 parameter
ParamTypeRequiredDescription
flowIdstringrequiredThe unique identifier of the Celigo flow.
GET
celigo_get_connection
Get one Celigo connection by connection ID.

/v1/connections/{connectionId}

1 parameter
ParamTypeRequiredDescription
connectionIdstringrequiredThe unique identifier of the Celigo connection.