Bitbucket

Collaborate on code with inline comments and pull requests. Manage and share your Git repositories to build and ship software, as a team.

Info

Schemes: https
Base URL: https://api.bitbucket.org/2.0

Documentation Reference

Authentication: OAuth2

Generate token: Reference.

Link for help

Endpoints

/snippets

GET POST PUT DELETE

Summary: Creates a new snippet under the authenticated user's account.

Reference

/teams

GET /{username}/projects

POST /{username}/projects

PUT /{username}/projects/{id}

DELETE /{username}/projects/{id}

Summary: Returns all the teams that the authenticated user is associated with.

Reference

/repositories

GET POST PUT DELETE

Summary: Returns a paginated list of all public repositories. This endpoint also supports filtering and sorting of the results.

Reference

/user

GET

GET /{username}

POST /{username}/hooks

PUT /{username}/hooks/{uid}

DELETE /{username}/hooks/{uid}

Summary: Returns the currently logged in user.

Reference