Issues accessing API using ABCTL OSS installation

Summary

User is facing UNAUTHORIZED error when trying to access the API using ABCTL OSS installation. They are following the documentation provided but encountering issues.


Question

Hello Everyone, I am having some issues accessing the API using ABCTL OSS installation.
I am trying to do “POST <YOUR_WEBAPP_URL>/api/v1/applications/token” using the generated client_id and client_secret, but I always get UNAUTHORIZED.
<YOUR_WEBAPP_URL> is a DNS name plus :8000. I can access the WebUI without any issues. Any idea of what it could be happening?
I am following this documentation: https://docs.airbyte.com/using-airbyte/configuring-api-access



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

["api", "abctl-oss-installation", "unauthorized-error", "documentation"]

Are asking about the API itself, or still related to Airflow?
https://airbytehq.slack.com/archives/C021JANJ6TY/p1727342359194759?thread_ts=1727342121.496629&amp;cid=C021JANJ6TY

you need to use endpoint for abctl installation of Airbyte
/api/public/v1/applications/token

You are right, just tested it and it work, using “/api/public/v1/applications/token”. Apologies and thank you very much for your help!!