I'm trying to retrieve public and private snippets of an account performing the following API call: https://api.bitbucket.org/2.0/snippets/MyAccount?acces_token={OAuth_Key} .
The OAuth_Key was generated from Bitbucket: Settings>OAuth>Add Consumer.
The result I get is a list of all the public snippets, but not the private one.
Any suggestion to solve this problem?