@lizzie
To find your Bitbucket account UUID, you can follow these steps:
Alternatively, you can use the Bitbucket API to retrieve your account UUID programmatically. You can make a GET request to the following endpoint with your Bitbucket username and password:
1
|
https://api.bitbucket.org/2.0/user |
This API call will return a JSON response with your account details, including the UUID.