Bitbucket API Token Generation

Steps-by-step process to generate API token in Bitbucket are:

  1. Navigate to Bitbucket Website, login by entering valid username and password provided by organization.

  2. Click Settings icon, located on the right side of the Bitbucket window.

  3. Select Workspace setting option.

  1. Select Access Tokens option, located under workspace window.

  2. Click Create access token button.

Note: User can see the already generated access tokens in the workspace access tokens table.

  1. Enter Name of the API token, and select Scopes checkbox’s

Note: In the Scope section, users can select the required checkboxes to access various permissions.

  1. Click Create button.

User can see the generated access token in the Access token created popup window.

Note: Copy token and paste it in the notepad for using it later.

Get Repository URL from the Bitbucket

Step-by-step process to copy the repository URL from Bitbucket is as follows:

  1. Navigate to Bitbucket Website, login by entering valid username and password provided by organization.

  2. Select Repositories tab from the Bitbucket home page.

  3. Click Repository option.

  1. Select Source option and click Clone button, present in top right pane of source window.

  1. Click Copy icon to copy the repository URL

Note: While copying the Repository URL, remove the first two words (git clone) and copy only the remaining URL and paste this URL into a notepad for use during integration.

Get Username from the Bitbucket

Step-by-step process to copy the Username from Bitbucket is as follows:

  1. Navigate to Bitbucket Website, login by entering valid username and password provided by organization

  2. Click Setting icon, present in right side of the Bitbucket window

  3. Select Personal Bitbucket settings option

  1. Select Account settings option and copy the Username available in Account settings window

Note: Copy the username and past in note pad for use during integration.

Last updated

Was this helpful?