I am trying to use airbyte api to fetch workspace ...
# ask-community-for-troubleshooting
p
I am trying to use airbyte api to fetch workspace names (or any other request) i am getting a forbidden error. currently im on a free trial plan which has around 400 credit tokens please let me know why am i not getting lists
h
I'd recommend checking the API details in our documentation and API reference to make sure you're using the correct endpoint and authentication methods.
i
Based on the Forbidden error, off the top of my head, two things jump out at me. • Is the API domain correct? • Does your user have access to that org? If you're using OSS the issue is the first one. You'll want to make requests to your own domain that hosts Airbyte, not api.airbyte.com.