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

Weld ELT Syncs API

The ELT Syncs API from Weld — 8 operation(s) for elt syncs.

Weld ELT Syncs API is one of 13 APIs that Weld publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 12 operations across 8 paths, and defines 15 schemas. It is described by OpenAPI 3.0.0, at version 0.1.

Requests are made against a single base URL, https://connect.weld.app.

12 operations 8 paths 15 schemas 2 DELETE4 GET6 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
0.1
Base URL
https://connect.weld.app
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Weld ELT Syncs API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-api-key (api_key). By default, every request must be authenticated.

  • api_key — The API key from Settings - API Keys

Paths & Operations 12

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

ELT Syncs 12
POST
/elt_syncs/{id}/enable
Enable ELT Sync
EltSyncsOpenApiController_enableEltSync 1 param → 204
POST
/elt_syncs/{id}/disable
Disable ELT Sync
EltSyncsOpenApiController_disableEltSync 1 param → 204
GET
/elt_syncs
List ELT Syncs
EltSyncsOpenApiController_getEltSyncs 3 params → 200
POST
/elt_syncs
Create a new ELT Sync
EltSyncsOpenApiController_createEltSync body → 201409
POST
/elt_syncs/{id}
Update an existing ELT Sync
EltSyncsOpenApiController_updateEltSync 1 param body → 200
GET
/elt_syncs/{id}
Get ELT Sync
EltSyncsOpenApiController_getEltSync 1 param → 200404
DELETE
/elt_syncs/{id}
Delete ELT sync
EltSyncsOpenApiController_deleteEltSync 2 params → 204
POST
/elt_syncs/{id}/orchestration
Attach ELT sync to an orchestration
EltSyncsOpenApiController_attachOrchestration 1 param body → 200404
DELETE
/elt_syncs/{id}/orchestration
Detach ELT sync from its orchestration
EltSyncsOpenApiController_detachOrchestration 1 param → 200404
GET
/elt_syncs/{id}/available_source_streams
Get available streams for ELT sync
EltSyncsOpenApiController_getSourceStreams 1 param → 200
POST
/elt_syncs/{id}/source_streams
Add source streams to ELT sync
EltSyncsOpenApiController_addSourceStreams 1 param body → 201400
GET
/elt_syncs/{id}/status
Get ELT Sync Status
EltSyncsOpenApiController_getEltSyncStatus 1 param → 200

Schemas 15

The contract defines 15 schemas that model the data the API accepts and returns. The most detailed are EltSyncDto (16 properties), EltStreamDto (12 properties), SourceStreamSnapshotDto (11 properties), SourceStreamDto (9 properties). Each schema is shown below with its type and property counts.

EltSyncAddSourceStreamsResponseDto
object
1 property 1 required
SourceStreamSnapshotStatesDto
object
3 properties 1 required
RetirementDetails
object
4 properties
EltSyncCreateRequestDto
object
5 properties 3 required
SourceStreamDto
object
9 properties 1 required
EltSyncDto
object
16 properties 10 required
EltSyncAddSourceStreamsRequestDto
object
1 property
EltSyncAttachOrchestrationRequestDto
object
1 property 1 required
SourceStreamSnapshotDto
object
11 properties 1 required
EltStreamDto
object
12 properties 10 required
EltSyncUpdateRequestDto
object
2 properties
PagedEltSyncDto
object
3 properties 2 required
PagedAvailableEltStreamDto
object
3 properties 2 required
AvailableStreamDto
object
6 properties 2 required
EltSyncStatusDto
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

weld-elt-syncs-api-openapi.yml Raw ↑

Other APIs Weld publishes across the network.

Weld Connection Bridge API
Weld Connections API
Weld Custom Reports API
Weld ELT Stream Runs API
Weld ELT Streams API
Weld Integrations API
Weld Orchestration Runs API
Weld Orchestrations API
Weld Reverse ETL Failed Records API
Weld Reverse ETL Sync Runs API
Weld Reverse ETL Syncs API
Weld Transforms API