Bitbucket
activeAtlassian's Git hosting — repos, pull requests, pipelines, code review
Connect via PincerAPI
Use our proxy to call Bitbucket with your PincerAPI key. No separate signup needed.
# Get instructions for Bitbucket
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
https://pincerapi.com/api/v1/apis/bitbucket/instructions
# Call through PincerAPI proxy
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
"https://pincerapi.com/api/v1/connect/bitbucket/your/endpoint/here"Direct Setup
Endpoints
GET
/repositories/{workspace}List repositories in a workspace
💡 Paginated with 'next' URL in response
GET
/repositories/{workspace}/{repo_slug}Get a single repository
GET
/repositories/{workspace}/{repo_slug}/pullrequestsList pull requests
💡 Default state=OPEN
GET
/repositories/{workspace}/{repo_slug}/pipelinesList pipelines for a repository