for this api and this api with username and password
How did i give the input for this api in UiPath and how can extract the required details from the response
(Job requisition REQ and Email are input parameters to the Rest API)
Input:REQ=R45466 Email:abc@gmail.com
In the properties give the uri you have and there is an option for parameters…add parameters for email and req and use them in place of [EMAIL] and [REQ]
In authetication select basic/username and password and type them in the respective fields
For extracting use deserialize json adn then you can get the values from it