Movabase Docs
Public API

Get Bitbucket config

Returns the current Bitbucket integration status and configuration. Does not return the access token. Requires `canViewTranslations` permission.

GET
/api/projects/{project-id}/bitbucket
sb-access-token<token>

Supabase Auth session cookie. Automatically set when users log in via the Movabase web app.

In: cookie

Path Parameters

project-id*string

Project ID

Formatuuid

Response Body

application/json

curl -X GET "https://app.movabase.com/api/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/bitbucket"
{
  "config": {
    "connected": true,
    "workspace": "string",
    "repo": "string",
    "branch": "string",
    "base_path": "string",
    "format": "json"
  }
}