I want to get Repository owner details by making GET request as per below document.
But it is not working with personal accessToken.
I don’t have access to create OAthConsumer or App Password. That’s why cant use them to generate API based access token.
I even tried using v1 API but looks like it is deprecated and has moved that endpoint
https://api.bitbucket.org/1.0/repositories/
Is there any way to use Personal Access token to fetch Owner info of repository.