When is Http Request and Http Orchestrator Request used?

Hi All

Can anyone explain when exactly we need to use Http request activity ? How to form the EndPoint ? What are the other parameters required?

Also when do we need Orchestrator Http Request ? How to form its JSONPayload and RelativeEndpoint ? What are these basically?

If anyone can share a sample example also it will be very useful.

@kkp

Welcome to forums

When you want to make a API calls you have to use HTTP request activity, Endpoint will be provided by the Vendor, Like For UiPath Orchestrator UiPath will provide the EndPoint

Also Other Parameters is like to make the Call successful and authenticate every vendor will provide set of paramater

For Orchestrator, you can refer the documentation provided by UiPath

It is depends upon the requirements

https://docs.uipath.com/orchestrator/reference/api-references

Mark as solution if this helps

Thanks