How to get the list of repositories in bitbucket group using rest API..?
Welcome to the community!
I suggest you check our API documentation to find any available API you can use in the Bitbucket cloud.
That said, if you wish to get the list of repositories in a Workspace, you can use the following List of repositories in a Workspace endpoint for example:
CURL
curl -X GET -u username:password "https://api.bitbucket.org/2.0/repositories/<workspace-ID>/?pagelen=10"
The above curl commands will return all repositories listed for your workspace.
Hope this helps
Cheers,
Syahrul
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.