Hi
I'm trying to acquire an access token to get list of repositories. Before running that endpoint, I need to get an access token. Initially I'm trying from a browser. Some questions:
1. Where do I get the {client_id}?
2. Resource Owner Password Credentials Grant
curl -X POST -u "client_id:secret" https://bitbucket.org/site/oauth2/access_token -d grant_type=password -d username=xxx -d password=yyyy
3. Authorization Code Grant
https://bitbucket.org/site/oauth2/authorize?client_id=???&response_type=code
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.