Bitbucket API authentication using curl (Postman) Bitbucket API authentication using curl (Postman) curl curl

Bitbucket API authentication using curl (Postman)


You can place your user and password on Postman under the Authorization tab.Select Type Basic Auth and set your username and password.Execute your request and if it works, see the CURL request on "Code" link.Postman will display the CURL request with the Basic Auth token generated with your user and password details too.