Skip to content

Bitbucket credentials#

You can use these credentials to authenticate the following nodes:

Prerequisites#

Create a Bitbucket account.

Supported authentication methods#

  • Atlassian email and a scoped API token

Refer to Bitbucket's API documentation for more information about the service.

Using Atlassian email/scoped API token#

To configure this credential, you'll need:

  • An Atlassian email: Visible in your Atlassian account settings.
  • A Scoped API Token: Refer to the Bitbucket instructions to Create an API token.

API token permissions#

Bitbucket API credentials will only work if the API token has the appropriate scopes. The n8n credentials dialog will throw an error if the API token lacks the appropriate permissions for the selected scope.

See the Bitbucket Api token permissions documentation for more information on working with these permissions.

Important scopes:

  • read:webhook:bitbucket
  • write:webhook:bitbucket
  • delete:webhook:bitbucket
  • read:repository:bitbucket
  • read:workspace:bitbucket
This page was