Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Nanonets External Integrations API

List external integrations connected to a Nanonets account (Postgres, MySQL, MSSQL, MongoDB, and other databases) and execute generic SQL queries against them in the context of a Nanonets workflow. Used by Database Matching Conditions and database lookup actions inside the no-code workflow builder.

Nanonets External Integrations API is one of 10 APIs that Nanonets publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Integrations, Database, and Lookups. The published artifact set on APIs.io includes API documentation and an OpenAPI specification.

This API exposes 2 operations across 2 paths, and defines 1 schema. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against a single base URL, https://app.nanonets.com.

2 operations 2 paths 1 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Server
https://app.nanonets.com
Authentication
HTTP Basic
Contact
Resource Areas
1

Authentication & Security 1

Nanonets External Integrations API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (BasicAuth). By default, every request must be authenticated.

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 1 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

External Integrations 2

List and query external database integrations.

GET
/api/v2/externalIntegrations
Get External Integrations
getExternalIntegrations → 200
POST
/api/v2/externalIntegrations/{external_integration_id}/executequery
Execute Query
executeQuery 1 param body → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is ExternalIntegration (5 properties). Each schema is shown below with its type and property counts.

ExternalIntegration
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nanonets-external-integrations-api-openapi.yml Raw ↑

Other APIs Nanonets publishes across the network.

Nanonets File Assignment API
Nanonets File Delete API
Nanonets File Export API
Nanonets File Review API
Nanonets File Update API
Nanonets Image Classification Predict API
Nanonets OCR Predict API
Nanonets OCR Retrieve API
Nanonets OCR Train API