Airbyte · Example Payload

Airbyte Application Read Example

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

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

Top-level fields

idnameclientIdclientSecretcreatedAt

Example Payload

Raw ↑
{
  "id": "abc123def456",
  "name": "example-name",
  "clientId": "abc123def456",
  "clientSecret": "example-value",
  "createdAt": 28
}