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

Hotglue Linked Connectors API

Create, retrieve, update, and delete linked connectors for a tenant.

Hotglue Linked Connectors API is one of 6 APIs that Hotglue publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Linked Connectors. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a getting-started guide.

This API exposes 4 operations across 1 path, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 2.0.

Requests are made against a single base URL, https://api.hotglue.com.

4 operations 1 paths 3 schemas 1 DELETE1 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0
Base URL
https://api.hotglue.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Hotglue Linked Connectors API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-api-key (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 4

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

Linked Connectors 4

Create, retrieve, update, and delete linked connectors for a tenant.

GET
/v2/{env_id}/{flow_id}/{tenant}/linkedConnectors
Retrieve linked connectors
getLinkedConnectors 6 params → 200400
POST
/v2/{env_id}/{flow_id}/{tenant}/linkedConnectors
Link a connector
linkConnector 3 params body → 200400
PATCH
/v2/{env_id}/{flow_id}/{tenant}/linkedConnectors
Update a linked connector
updateLinkedConnector 3 params body → 200400
DELETE
/v2/{env_id}/{flow_id}/{tenant}/linkedConnectors
Unlink a connector
unlinkConnector 4 params → 200400

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are LinkedConnector (9 properties), LinkConnectorRequest (3 properties), UpdateLinkedConnectorRequest (3 properties). Each schema is shown below with its type and property counts.

LinkedConnector
object
9 properties
UpdateLinkedConnectorRequest
object
3 properties 1 required
LinkConnectorRequest
object
3 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hotglue-linked-connectors-api-openapi.yml Raw ↑

Other APIs Hotglue publishes across the network.

Hotglue API V1
Hotglue Connector Metadata API
Hotglue Connector State API
Hotglue Discover API
Hotglue Jobs API