API Setup in Integration Service | UiPath Cloud

Hello All,

We recently moved to UiPath Cloud, I am trying to setup API in Integration Service to build reusable components for all our REST APIs. I have setup the Base API and Authentication and connected using API Key.

But when I send request it gives 400 Error, this is the response:

{
“requestId”: “XXX”,
“name”: “CCC”,
“message”: “The provided URL ‘http://AAA.XXXXX.com/SSAASDService/rest/api’ is not reachable or invalid. Please verify that the URL is correct and the host is accessible.”
}

Please advise.

@Ranveer_S_Thakur

in the url field did you give the full url? if so that is wrong..you should be giving the relative url after the base url which is to be used for the particular endpoint

cheers

Yes, I just put http://XXX.AAA.com in Base URL