We have a requirement to get repo code using the Bitbucket API.
I am able to list all the api for a user, using basic auth, but while using the
, it gives a 404 error where I am passing the uuid of repo as the repo slug.
Can someone help me with it?