Airbyte · Example Payload

Airbyte Workspace Create Request Example

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Airbyte Workspace Create Request 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

nameorganizationIdnotificationsregionId

Example Payload

Raw ↑
{
  "name": "example-name",
  "organizationId": "abc123def456",
  "notifications": "example-value",
  "regionId": "abc123def456"
}