Testing Source Before Creating Connection with Airbyte API

Summary

Requesting information on API to test source/destination before creating a connection in Airbyte


Question

Hi Team,

I want to test the source before creating the connection to avoid creating connection with invalid credentials.
But I am not able to find any API which I can hit via postman for the same purpose. Is anyone aware of any such API which could be used for testing source/destination via postman by hitting request on the Airbyte API server?

Thanks in advance!



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["testing-source", "creating-connection", "airbyte-api", "postman"]

Here it is:
• Source Check endpoint: https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#post-/v1/sources/check_connection
• Destination Check endpoint: https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#post-/v1/destinations/check_connection
<@U02TNBMDUMQ> fyi, this endpoint is not available in Airbyte API.

<@U01MMSDJGC9> Isn’t there any way to do that with airbyte api server as we do need IAP credentials for hitting this request? Something like we do in this https://reference.airbyte.com/reference/createsource