The following api does not work.
https://api.bitbucket.org/2.0/teams/{123454}/projects
where {123454} is the user UUID. This is suggested in the documentation.
It returns the below error. Can someone help ?
{
"type": "error",
"error": {
"message": "Resource not found",
"detail": "There is no API hosted at this URL.\n\nFor information about our API's, please refer to the documentation at: https://developer.atlassian.com/bitbucket/api/2/reference/"
}
}
Hi @ksaravan - You are missing a trailing "/".
Try: https://api.bitbucket.org/2.0/teams/{123454}/projects/
You're welcome! Could you take a moment to accept my answer?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.