{ "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 } } ] }