Atlassian Bitbucket
Connector for the atlassian-bitbucket API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.bitbucket.org/2.0 - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
get_addon_addon_key_client_key— GET /addon/{addon_key}/client-key — Get the client key of a Connect addonget_hook_events— GET /hook_events — Get a webhook resourceget_hook_events_subject_type— GET /hook_events/{subject_type} — List subscribable webhook typesget_repositories_workspace— GET /repositories/{workspace} — List repositories in a workspaceget_repositories_workspace_repo_slug— GET /repositories/{workspace}/{repo_slug} — Get a repositoryget_repositories_workspace_repo_slug_branch_rest— GET /repositories/{workspace}/{repo_slug}/branch-restrictions — List branch restrictions
Inputs
apiKey— your atlassian-bitbucket API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_addon_addon_key_client_key
apiKey: <your key>