Describe the problem/error/question
The Bitbucket Access Token API Credential is not setup correctly for how the API expects the authorization to connect. The API requires a User Name and Access Token used as Authorization Bearer: AdfD...
Bitbucket API URL: https://api.bitbucket.org/2.0/repositories/{username}
Sample call:
curl --location ‘https://api.bitbucket.org/2.0/repositories/{username}’
–header ‘Authorization: Bearer AdfD...’
What is the error message (if any)?
Couldn’t connect with these settings
Authorization failed - please check your credentials
Please share your workflow
n/a
Information on your n8n setup
- n8n version: 1.123.5
- Database (default: SQLite): PostgreSQL
- n8n EXECUTIONS_PROCESS setting (default: own, main): main
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Ubuntu 22.04.5 LTS

