Hi! quick question: Airbyte UI has a “Test connect...
# airbyte-api
l
Hi! quick question: Airbyte UI has a “Test connection” button to check that the credentials for a source/destination are correct. Can we expect the endpoint behind the button to be available in the Airbyte API?
Here the the endpoint i’m referring to:
<https://cloud.airbyte.com/api/v1/sources/check_connection>
At the moment, hitting this endpoint with a JWT from the Airbyte Cloud API works like a charm. But since this is not documented as an API endpoint, it is probably a bad idea to use it as is
j
Correct, that api is available in the internal configuration API but we have not yet added it to the Airbyte API.