1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. BitBucketAccessStatusResponse

BitBucketAccessStatusResponse

    Information about a user’s BitBucket access status, including whether they have a valid OAuth token and which workspaces are available.

    Properties

    • hasUserToken boolean required
      Whether the current user has a valid BitBucket OAuth token.
    • availableWorkspaces array[BitBucketWorkspace] optional
      List of BitBucket workspaces available to the user for integration.
    • uuid string required
      The unique UUID of the BitBucket workspace.
    • name string required
      The display name of the workspace.
    • slug string required
      The URL-friendly slug of the workspace.
    • avatarUrl string optional
      URL of the workspace’s avatar image.