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
Authentication: OAuth2
Generate token: Reference.
Endpoints
/snippets
GET
POST
PUT
DELETE
Summary: Creates a new snippet under the authenticated user's account.
/teams
GET /{username}/projects
POST /{username}/projects
PUT /{username}/projects/{id}
DELETE /{username}/projects/{id}
POST /{username}/projects
PUT /{username}/projects/{id}
DELETE /{username}/projects/{id}
Summary: Returns all the teams that the authenticated user is associated with.
/repositories
GET
POST
PUT
DELETE
Summary: Returns a paginated list of all public repositories. This endpoint also supports filtering and sorting of the results.
/user
GET
GET /{username}
POST /{username}/hooks
PUT /{username}/hooks/{uid}
DELETE /{username}/hooks/{uid}
GET /{username}
POST /{username}/hooks
PUT /{username}/hooks/{uid}
DELETE /{username}/hooks/{uid}
Summary: Returns the currently logged in user.
Updated about 5 years ago