To get the http access token for projects in Bitbucket server, we use the curl
curl --request GET \ --url 'http://{baseurl}/rest/access-tokens/latest/projects/{projectKey}' \ --header 'Accept: application/json'
What is the {baseurl} we have to use to get it??
Hi Mohammed,
The base URL is whatever is set in Bitbucket Server as the base URL. It is the URL that you use to access the Bitbucket Server UI.
Cheers,
Christian
Premier Support Engineer
Atlassan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.