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

Bitbucket properties API

The properties API from Bitbucket — 4 operation(s) for properties.

Bitbucket properties API is one of 23 APIs that Bitbucket publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

This API exposes 8 JSON Schema definitions.

Tagged areas include Properties. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, an AsyncAPI specification, and 8 JSON Schemas.

This API exposes 12 operations across 4 paths, and defines 1 schema. It is described by OpenAPI 2.0, at version 2.0.

Requests are made against the base URL https://api.bitbucket.org/2.0.

12 operations 4 paths 1 schemas 4 DELETE4 GET4 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
2.0
Base URL
https://api.bitbucket.org/2.0
Authentication
basic, OAuth 2.0, API Key
Terms of Service
Resource Areas
1

Authentication & Security 3

Bitbucket properties API declares 3 security schemes for authenticating requests. It defines a basic scheme (basic). It supports OAuth 2.0 (oauth2) using the accessCode flow, exposing 26 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 12

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

properties 12
PUT
/repositories/{workspace}/{repo_slug}/commit/{commit}/properties/{app_key}/{property_name}
Update a commit application property
updateCommitHostedPropertyValue 6 params → 204
DELETE
/repositories/{workspace}/{repo_slug}/commit/{commit}/properties/{app_key}/{property_name}
Delete a commit application property
deleteCommitHostedPropertyValue 5 params → 204
GET
/repositories/{workspace}/{repo_slug}/commit/{commit}/properties/{app_key}/{property_name}
Get a commit application property
getCommitHostedPropertyValue 5 params → 200
PUT
/repositories/{workspace}/{repo_slug}/properties/{app_key}/{property_name}
Update a repository application property
updateRepositoryHostedPropertyValue 5 params → 204
DELETE
/repositories/{workspace}/{repo_slug}/properties/{app_key}/{property_name}
Delete a repository application property
deleteRepositoryHostedPropertyValue 4 params → 204
GET
/repositories/{workspace}/{repo_slug}/properties/{app_key}/{property_name}
Get a repository application property
getRepositoryHostedPropertyValue 4 params → 200
PUT
/repositories/{workspace}/{repo_slug}/pullrequests/{pullrequest_id}/properties/{app_key}/{property_name}
Update a pull request application property
updatePullRequestHostedPropertyValue 6 params → 204
DELETE
/repositories/{workspace}/{repo_slug}/pullrequests/{pullrequest_id}/properties/{app_key}/{property_name}
Delete a pull request application property
deletePullRequestHostedPropertyValue 5 params → 204
GET
/repositories/{workspace}/{repo_slug}/pullrequests/{pullrequest_id}/properties/{app_key}/{property_name}
Get a pull request application property
getPullRequestHostedPropertyValue 5 params → 200
PUT
/users/{selected_user}/properties/{app_key}/{property_name}
Update a user application property
updateUserHostedPropertyValue 4 params → 204
DELETE
/users/{selected_user}/properties/{app_key}/{property_name}
Delete a user application property
deleteUserHostedPropertyValue 3 params → 204
GET
/users/{selected_user}/properties/{app_key}/{property_name}
Get a user application property
retrieveUserHostedPropertyValue 3 params → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is application_property (1 property). Each schema is shown below with its type and property counts.

application_property
object
An application property. It is a caller defined JSON object that Bitbucket will store and return. The attributes field at its top level can be used to control…
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

bitbucket-properties-api-openapi.yml Raw ↑

Other APIs Bitbucket publishes across the network.

Bitbucket Addon API
Bitbucket Branch restrictions API
Bitbucket Branching model API
Bitbucket Commit statuses API
Bitbucket Commits API
Bitbucket Deployments API
Bitbucket Downloads API
Bitbucket GPG API
Bitbucket Issue tracker API
Bitbucket Pipelines API
Bitbucket Projects API
Bitbucket Pullrequests API
Where this information came from

This is an independent, third-party profile of Bitbucket properties 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.