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 Reverse ETL Syncs API

The Reverse ETL Syncs API from Weld — 9 operation(s) for reverse etl syncs.

Weld Reverse ETL 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 Reverse ETL 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 9 paths, and defines 18 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 9 paths 18 schemas 1 DELETE5 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 Reverse ETL 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 9 paths, the API surfaces 12 operations — 1 DELETE, 5 GET, 6 POST. Each is listed below with its method, path, parameters, and response codes.

Reverse ETL Syncs 12
GET
/reverse_etl_syncs
List Reverse ETL Syncs
ReverseEtlSyncsOpenApiController_getReverseEtlSyncs 3 params → 200
POST
/reverse_etl_syncs
Create Reverse ETL Sync
ReverseEtlSyncsOpenApiController_createReverseEtlSync body → 201400
GET
/reverse_etl_syncs/destination_schema
Get Reverse ETL destination schema
ReverseEtlSyncsOpenApiController_getReverseEtlDestinationSchema 4 params → 200
GET
/reverse_etl_syncs/available_operations
List available Reverse ETL operations
ReverseEtlSyncsOpenApiController_getReverseEtlAvailableOperations 2 params → 200
GET
/reverse_etl_syncs/object_types
List Reverse ETL Object Types for a connection
ReverseEtlSyncsOpenApiController_getReverseEtlObjectTypes 1 param → 200
POST
/reverse_etl_syncs/settings_schema
Get Reverse ETL Settings Schema for a connection
ReverseEtlSyncsOpenApiController_getReverseEtlSettingsSchema 2 params body → 200
GET
/reverse_etl_syncs/{id}
Get Reverse ETL Sync
ReverseEtlSyncsOpenApiController_getReverseEtlSync 1 param → 200404
POST
/reverse_etl_syncs/{id}
Update Reverse ETL Sync
ReverseEtlSyncsOpenApiController_updateReverseEtlSync 1 param body → 200400404
DELETE
/reverse_etl_syncs/{id}
Delete Reverse ETL Sync
ReverseEtlSyncsOpenApiController_deleteReverseEtlSync 1 param → 204404
POST
/reverse_etl_syncs/{id}/activate
Activate Reverse ETL Sync
ReverseEtlSyncsOpenApiController_activateReverseEtlSync 1 param → 204404
POST
/reverse_etl_syncs/{id}/deactivate
Deactivate Reverse ETL Sync
ReverseEtlSyncsOpenApiController_deactivateReverseEtlSync 1 param → 204404
POST
/reverse_etl_syncs/{id}/request_run
Request Reverse ETL Sync Run
ReverseEtlSyncsOpenApiController_requestRun 1 param → 200400409

Schemas 18

The contract defines 18 schemas that model the data the API accepts and returns. The most detailed are ReverseEtlSyncWithSettingsDto (14 properties), ReverseEtlSyncDto (13 properties), CreateReverseEtlSyncRequestDto (7 properties), ReverseEtlDestinationPropertyDto (6 properties). Each schema is shown below with its type and property counts.

PagedReverseEtlSyncDto
object
3 properties 2 required
UpdateReverseEtlSyncRequestDto
object
5 properties 2 required
ReverseEtlSyncWithSettingsDto
object
14 properties 10 required
CreateReverseEtlSyncRequestDto
object
7 properties 4 required
ReverseEtlDestinationSchemaDto
object
1 property 1 required
ReverseEtlSyncRequestRunResponseDto
object
1 property 1 required
ReverseEtlSyncOperationRequestDto
object
2 properties 2 required
ReverseEtlAvailableOperationDto
object
3 properties 3 required
ReverseEtlObjectTypesDto
object
1 property 1 required
ReverseEtlSettingsRequestDto
object
1 property
ReverseEtlDestinationPropertyDto
object
6 properties 6 required
ReverseEtlSyncMappingRequestDto
object
3 properties 2 required
ReverseEtlSyncMappingDto
object
3 properties 2 required
ReverseEtlSyncOperationDto
object
2 properties 2 required
ReverseEtlObjectTypeDto
object
4 properties 4 required
ReverseEtlAvailableOperationsDto
object
1 property 1 required
ReverseEtlSyncRequestRunConflictResponseDto
object
3 properties 2 required
ReverseEtlSyncDto
object
13 properties 9 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

weld-reverse-etl-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 ELT Syncs API
Weld Integrations API
Weld Orchestration Runs API
Weld Orchestrations API
Weld Reverse ETL Failed Records API
Weld Reverse ETL Sync Runs API
Weld Transforms API