How to get a full list of repositories that a user is allowed to access?
问题 I have found bitbucket api like: https://bitbucket.org/api/2.0/repositories/{teamname} But this link return 301 status (moved permanently to !api/2.0/repositories/{teamname} ). Ok, but this one returns status 200 with zero repositories. I provide two parameters as user and password , but nothing seems changed. So, can anybody answer how to get full list of private repositories that allowed to specific user? 回答1: Atlassian Documentation - Repositories Endpoint provides a detail documentation