Can you please provide a screenshot of the first Authorize API call you made to authenticate into UiPath Orchestrator as well. It will assist in checking if the bearer was created correctly and if the expiration date is shown.
Do we need to hit the authentication api?, claude says this attached in screenshot.
I have multiple questions-
1- What kind or level or authentication is required to access data of api this (I have admin level permissions ).
2- if yes what will be the steps to hit this api successfully.
The other types of issues for “Unable to Parse Token” are:
Insufficient Permissions: Verify that you or external application associated with the token has the necessary scopes and permissions for the specific API endpoint being called.
Environment Mismatch: Ensure you are using the correct endpoint URL for your deployment. Automation Cloud and On-Premises Orchestrator use different authentication endpoints and formats.
These api do not provide the data of these below -
No doubt one of it provide data of unattended and test automation but what i need is Data Fabric Unit
Robot Units
AI Units
Agent Units
Heals.
and this respone i got from developer options from orchestrator
“unattendedRobot”: 0,
“unattendedHostingRobot”: null,
“nonProductionRobot”: null,
“testingRobot”: 0,
“appTestRobot”: null,
“aiRobot”: null,
“gpus”: null,
“dataServiceUnit”: 0, “robotUnits”: 0, “aiUnits”: 0, “agentUnits”: 0, “platformUnits”: null,
“performanceTesting”: null, “heals”: 0,
so there it was showing the api from which data is coming is https://cloud.uipath.com/xxxx/portal_/api/licensing/tenantAllocations?accountGlobalId = xxx
so i tried accessing this api but it says 403 forbidden
If it’s saying 403 Unauthorized, it means that you have not got the right permissions/scopes to be able to access the data - but it means the API is successful.
So in your External App, go and give yourself access to the following Application scopes:
For the purpose of testing, just give yourself ALL scope access - and then test your API. If it’s 200 success, then you can refine your scopes to the list above