How to List Repositories in a group using bitbucket rest api

I have tried to get all repositories in a particular bitbucket group using REST API’s

I have tried all methods in below documentation. Didn’t see any methods to get repos in a group.
https://developer.atlassian.com/cloud/bitbucket/rest/api-group-repositories/#api-group-repositories
all other methods are working fine with AUTH 2 authentication

There is a method for Listing all repositories in a workspace: https://developer.atlassian.com/cloud/bitbucket/rest/api-group-repositories/#api-repositories-workspace-get

When you try calling that method, what response and/or code is coming back?

1 Like

@nmansilla - I am able to get all repositories in a workspace But I want to get the list of repositories in a GROUP