Hey guys,
I want to launch all my Airbyte connections using a Python script and for that I'm trying to understand the Airbyte API. However, for all connection management related API requests in the documentation (
https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#post-/v1/connections/list), we must always pass the connexion_id to trigger the connection or even to retrieve its details.
How can I retrieve my connexion_id after creating the connection manually?
Thanks a lot and hope you guys have a great one !