How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Atlassian Repositories API

The Repositories API from Atlassian — 27 operation(s) for repositories.

Atlassian Repositories API is one of 183 APIs that Atlassian publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 17 JSON Schema definitions.

Tagged areas include Repositories. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 17 JSON Schemas.

This API exposes 20 operations across 11 paths, and defines 29 schemas. It is described by OpenAPI 3.2.0, at version 2.0.

Requests are made against a single base URL, https://api.bitbucket.org/2.0.

20 operations 11 paths 29 schemas 3 DELETE11 GET2 POST4 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.0
Server
https://api.bitbucket.org/2.0
Authentication
HTTP Basic, OAuth 2.0, API Key
Terms of Service
Resource Areas
1

Authentication & Security 3

Atlassian Repositories API declares 3 security schemes for authenticating requests. It accepts HTTP basic authentication (basic). It supports OAuth 2.0 (oauth2) using the authorizationCode flow, exposing 24 scopes. An API key is passed in the header as Authorization (api_key).

  • basic — Basic HTTP Authentication as per [RFC-2617](https://tools.ietf.org/html/rfc2617) (Digest not supported). Note that Basic Auth is available only with username a…
  • oauth2 — OAuth 2 as per [RFC-6749](https://tools.ietf.org/html/rfc6749).
  • api_key — API Keys can be used as Basic HTTP Authentication credentials and provide a substitute for the account's actual username and password. API Keys are only availa…

Paths & Operations 20

Across 11 paths, the API surfaces 20 operations — 3 DELETE, 11 GET, 2 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.

Repositories 20

A Git repository is a virtual storage of your project. It allows you to save versions of your code, which you can access when needed. The repo resource allows you to access public…

GET
/repositories
Atlassian List Public Repositories
atlassianListPublicRepositories 4 params → 200
GET
/repositories/{workspace}
Atlassian List Repositories In A Workspace
atlassianListRepositoriesInAWorkspace 4 params → 200404410
DELETE
/repositories/{workspace}/{repo_slug}
Atlassian Delete A Repository
atlassianDeleteARepository 3 params → 204403404
GET
/repositories/{workspace}/{repo_slug}
Atlassian Get A Repository
atlassianGetARepository 2 params → 200403404
POST
/repositories/{workspace}/{repo_slug}
Atlassian Create A Repository
atlassianCreateARepository 2 params body → 200400401
PUT
/repositories/{workspace}/{repo_slug}
Atlassian Update A Repository
atlassianUpdateARepository 2 params body → 200201400401
GET
/repositories/{workspace}/{repo_slug}/forks
Atlassian List Repository Forks
atlassianListRepositoryForks 5 params → 200
POST
/repositories/{workspace}/{repo_slug}/forks
Atlassian Fork A Repository
atlassianForkARepository 2 params body → 201
GET
/repositories/{workspace}/{repo_slug}/override-settings
Atlassian Retrieve The Inheritance State For Repository Settings
atlassianRetrieveTheInheritanceStateForRepositorySettings 2 params → 200404
PUT
/repositories/{workspace}/{repo_slug}/override-settings
Atlassian Set The Inheritance State For Repository Settings
atlassianSetTheInheritanceStateForRepositorySettings 2 params → 204404
GET
/repositories/{workspace}/{repo_slug}/permissions-config/groups
Atlassian List Explicit Group Permissions For A Repository
atlassianListExplicitGroupPermissionsForARepository 2 params → 200401403404
DELETE
/repositories/{workspace}/{repo_slug}/permissions-config/groups/{group_slug}
Atlassian Delete An Explicit Group Permission For A Repository
atlassianDeleteAnExplicitGroupPermissionForARepository 3 params → 204401403404
GET
/repositories/{workspace}/{repo_slug}/permissions-config/groups/{group_slug}
Atlassian Get An Explicit Group Permission For A Repository
atlassianGetAnExplicitGroupPermissionForARepository 3 params → 200401403404
PUT
/repositories/{workspace}/{repo_slug}/permissions-config/groups/{group_slug}
Atlassian Update An Explicit Group Permission For A Repository
atlassianUpdateAnExplicitGroupPermissionForARepository 3 params body → 200400401402403404
GET
/repositories/{workspace}/{repo_slug}/permissions-config/users
Atlassian List Explicit User Permissions For A Repository
atlassianListExplicitUserPermissionsForARepository 2 params → 200401403404
DELETE
/repositories/{workspace}/{repo_slug}/permissions-config/users/{selected_user_id}
Atlassian Delete An Explicit User Permission For A Repository
atlassianDeleteAnExplicitUserPermissionForARepository 3 params → 204401403404
GET
/repositories/{workspace}/{repo_slug}/permissions-config/users/{selected_user_id}
Atlassian Get An Explicit User Permission For A Repository
atlassianGetAnExplicitUserPermissionForARepository 3 params → 200401403404
PUT
/repositories/{workspace}/{repo_slug}/permissions-config/users/{selected_user_id}
Atlassian Update An Explicit User Permission For A Repository
atlassianUpdateAnExplicitUserPermissionForARepository 3 params body → 200400401402403404
GET
/repositories/{workspace}/{repo_slug}/watchers
Atlassian List Repositories Watchers
atlassianListRepositoriesWatchers 2 params → 200
GET
/user/permissions/repositories
Atlassian List Repository Permissions For A User
atlassianListRepositoryPermissionsForAUser 2 params → 200

Schemas 29

The contract defines 29 schemas that model the data the API accepts and returns. The most detailed are paginated_repositories (6 properties), paginated_repository_user_permissions (6 properties), paginated_repository_permissions (6 properties), paginated_repository_group_permissions (6 properties). Each schema is shown below with its type and property counts.

repository
ref
object
A ref object, representing a branch or tag in a repository.
4 properties 1 required
repository_user_permission
object
A user's direct permission for a given repository.
5 properties 1 required
paginated_repository_user_permissions
object
A paginated list of repository user permissions.
6 properties
paginated_repository_permissions
object
A paginated list of repository permissions.
6 properties
bitbucket.apps.permissions.serializers.RepoPermissionUpdateSchema
object
1 property 1 required
paginated_repository_group_permissions
object
A paginated list of repository group permissions.
6 properties
group
account_links
object
Links related to an Account.
1 property
author
error
object
Base type for most resource objects. It defines the common type element that identifies an object's type. It also identifies the element as Swagger's discrimin…
2 properties 1 required
base_commit
user_links
participant
project
paginated_repositories
object
A paginated list of repositories.
6 properties
commit
paginated_accounts
object
A paginated list of accounts.
6 properties
repository_inheritance_state
object
A json object representing the repository's inheritance state values
2 properties 1 required
link
object
A link to a resource related to this object.
2 properties
branch
team
repository_permission
object
A user's permission for a given repository.
4 properties 1 required
account
workspace
repository_group_permission
object
A group's permission for a given repository.
5 properties 1 required
object
object
Base type for most resource objects. It defines the common type element that identifies an object's type. It also identifies the element as Swagger's discrimin…
1 property 1 required
user
team_links

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

atlassian-repositories-api-openapi.yml Raw ↑

Other APIs Atlassian publishes across the network.

Atlassian Jira Software Backlog API
Atlassian Jira Software Board API
Atlassian Jira Software Epic API
Atlassian Jira Software Sprint API
Atlassian Jira Software Development Information API
Atlassian Jira Software Feature Flags API
Atlassian Jira Software Deployments API
Atlassian Jira Software Builds API
Atlassian Jira Software Remote Links API
Atlassian Jira Software Security Information API
Atlassian Jira Service Management Customer API
Atlassian Jira Service Management Info API
Where this information came from

This is an independent, third-party profile of Atlassian Repositories API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.