Airbyte · Example Payload

Airbyte Application Token Request With Grant Example

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Airbyte Application Token Request With Grant 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

client_idclient_secretgrant-type

Example Payload

Raw ↑
{
  "client_id": "abc123def456",
  "client_secret": "example-value",
  "grant-type": "client_credentials"
}