How can i get the client Secret and ID to use API from swagger
I tried to get into the admin page get client ID, and go to external application to get the Secret but it doesnt work when authorizing on swagger using OAUTH2 producing error #200. I tried to check out the documentation but it really doesn’t display in detail how to do it.
Response code 200 means success!
To connect through Swagger, you really don’t require anything.
Login into your Orchestrator
Navigate to Swagger on another tab.
Just click on Authorize and done. Close the popup and you can send any endpoint requests.
Thanks,
Ashok ![]()
can you walk through the steps with me
I went to admin page and got client ID
Then went to external applications added a new user with confidential setting enabled and added the application scope to include orchestrator api and selected all the options available
and added the following URL https://cloud.uipath.com/provisioning_/callback
copied the secret ID
then went to authorize and returned the following screenshot
If you are using the Orchestrator HTTP Request you don’t need any Client ID and Secret ID for the swagger.
Just login to Orchestrator and copy the URL up to Tenant like https://cloud.uipath.com/IDcomeshere/DefaultTenant/ and add the swagger at last like https://cloud.uipath.com/IDcomeshere/DefaultTenant/swagger and search it in chrome or edge then you will get all the API’s to use in Orchestrator HTTP request.
If you are getting the code 200 it is indication of success in API Automation, do you want to know more information about HTTP Response status codes check below,
Hope it helps!!
If the Swagger is asking
