Bitbucket
active

Atlassian's Git hosting — repos, pull requests, pipelines, code review

source-controlOAuth 2.0FREEMIUM
🤖 00 ↓  |  👤 00
Official Documentation

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}/pullrequests

List pull requests

💡 Default state=OPEN

GET/repositories/{workspace}/{repo_slug}/pipelines

List pipelines for a repository

Related APIs in source-control