Hi,
Failing to create access token using HTTP Activity.
Error Code: 400 - invalid request
Endpoint : https://cloud.uipath.com/identity_/connect/token
Method: POST
Body: {“grant_type”: “client_credentials”,“client_id”:“xxx”,“client_secret”:“xxx”,“scope”:“OR.Assets”}
Header: Content-Type = application/json
In postman with this client credentials and Content-Type as “application/x-www-form-urlencoded” i can generate access token but not from http activity in UiPath Studio.