Unable to use APIs on Self-Hosted Airbyte instance #41607
Unanswered
Sahith-8055
asked this question in
Platform API Questions
Replies: 1 comment 5 replies
-
@Sahith-8055 You need to update your base path to It looks like you currently have half that change (you're talking to the server deployment), but you're missing the part where the path prefix changed. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an airbyte instance which is hosted on kubernetes and fitted with basic authentication. I'm trying to use the APIs available at Airbyte API specifically the endpoint about retrieving the List of Workspaces.
I had tried using Postman to send the request which returns me the below content -
I tried using the cURL to send the request but I get the same response. Below is the way I had constructed the URL to communicate with the endpoints -
https://<base-url>/v1/workspaces/
wherebase-url
refers to the URL of the self-hosted instance.Does someone let me understand what am I missing? Thanks for the support.
Beta Was this translation helpful? Give feedback.
All reactions