Tried to UiPath Process into API
While doing the following steps:
- Get UiPath Account, Service and Process Identifiers
2.1 Get the Account Logical Name
Using any API testing tool, submit a GET request to
UiPath with a request header
Authorization: Bearer [id_token]
Copy the value for accountLogicalName from the response:
{
“userEmail”: “demo@domain.com”,
“accounts”: [
{
“accountName”: “Demo”,
“accountLogicalName”: “Demo”
}
]
}
Iam getting blank values as response