1.1 Select POST method.
1.2 Enter the request URL of the login production endpoint:
https://exchange.bionovacloud.com/exchange/api/login/login
1.3 In the Authorization tab, select the type: “Inherit auth from parent”.
1.4 In the Body tab, select the raw option, and then the JSON format. Below you must enter your Email, Password and Domain in JSON format:

{
"Email": "exchange@bionovacloud.com",
"Password": "Exchange123",
"DomainDist": "https://bionovacloud.com"
}

Parameter reference:

"Email": It refers to the email of the user to which you want to generate the token.
"Password": It refers to the password corresponding to the email entered.
"DomainDist": It refers to the domain to be used. For more information refer to section Available endpoints on Bionova Cloud

1.5 Click on Send and you will get the response from Bionova Exchange containing an Access Token.


Figure: Postman response example