Reputation: 67
How to get all unread pull requests from anybody to any my repositories using bitbucket api?
Upvotes: 4
Views: 3958
Reputation: 2466
You need to use API 2.0 instead API 1.0. It works fine:
https://bitbucket.org/api/2.0/repositories/YOUR_NAME/REPO_NAME/pullrequests
Upvotes: 3