Skip to content

Generate a connection URL to BitBucket OAuth2 Code flow.

GET
/v1/user/links/bitbucket/authorize

Visiting this endpoint will attempt to ask for grant access to
the current user against Bitbucket Cloud to retrieve the requested
scopes.

Authorizations

jwtToken
TypeHTTP (bearer)

Responses

OK

application/json
JSON
{
"link_url": "https://bitbucket.org/site/oauth/v2/authorize?client_id=client_id&scope=account,email&state=secret"
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI