Airbyte · Example Payload

Airbyte Workspace Response Example

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Airbyte Workspace Response Example is an example object payload from Airbyte, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

workspaceIdnamedataResidencynotifications

Example Payload

Raw ↑
{
  "workspaceId": "abc123def456",
  "name": "example-name",
  "dataResidency": "abc123def456",
  "notifications": "example-value"
}