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 Connector State API

Manage bookmark and sync state for linked connectors.

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

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

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

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

3 operations 1 paths 1 schemas 1 DELETE1 GET1 PUT

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 Connector State 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 3

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

Connector State 3

Manage bookmark and sync state for linked connectors.

GET
/v2/{env_id}/{flow_id}/{tenant}/linkedConnectors/state
Retrieve connector state
getConnectorState 4 params → 200400
PUT
/v2/{env_id}/{flow_id}/{tenant}/linkedConnectors/state
Set connector state
setConnectorState 4 params body → 200400
DELETE
/v2/{env_id}/{flow_id}/{tenant}/linkedConnectors/state
Delete connector state
deleteConnectorState 4 params → 200400

Schemas 1

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

ConnectorState
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hotglue-connector-state-api-openapi.yml Raw ↑

Other APIs Hotglue publishes across the network.

Hotglue API V1
Hotglue Connector Metadata API
Hotglue Discover API
Hotglue Jobs API
Hotglue Linked Connectors API