I'm working with teams on bitbucket cloud and want to their ssh public keys from bitbucket to grant server access to team members.
github provide URL to get ssh public keys like this.
https://github.com/<username>.keys
does bitbucket have such endpoint?
Thank you.