Airbyte · Example Payload

Airbyte Organization Response Example

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

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

Top-level fields

organizationIdorganizationNameemail

Example Payload

Raw ↑
{
  "organizationId": "abc123def456",
  "organizationName": "example-organizationname",
  "email": "user@example.com"
}