Airbyte · Example Payload

Airbyte Createapplication Example

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

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

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "createApplication",
  "method": "POST",
  "path": "/applications",
  "summary": "Airbyte Create an Application",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "Application Creation Request Example",
      "example": {
        "name": "test application"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Application Creation Response Example",
      "example": {
        "id": "780d5bd9-a8a0-43cf-8b35-cc2061ad8319",
        "name": "test application",
        "clientId": "b6b159ce-07f4-4699-94b3-3e85b318852e",
        "clientSecret": "TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gU2VkIGNvbmRpbWVudHVtIG5lYyBsaWJlcm8gc2VkIGxvYm9ydGlzLg==",
        "createdAt": 1717969830000
      }
    }
  ]
}