Can we use Swagger API Calls to perform Create, Update and/or Delete operations on credential assets in Orchestrator?

We are trying to build CI/CD pipelines using jenkins. Presently we are able to manage all assets as a part of deploying the bot to other environments. My question is; can we use it to do the same activities for Credential Assets well?

1 Like

@savantsa

Yes we can use api for asset related activities as well.

Please check the swagger

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

cheers

Hi @savantsa ,

I believe there is a similar topic already here :

Check and let us know if this was helpful.

1 Like

Thank you for your message. I know you can use swagger to manage assets. My question is about credential assets. I don’t see any APIs on swagger to handle them specifically. They have two values and one of them is a secure string. And I don’t see any api call like that, unless I’m missing something.

@savantsa

If you expand the create asset in swagger api you would see the required keys for credentials

Hope this helps

cheers

1 Like

You cant get credential password with swagger (at least I hope so).

By my experience:

  • Its possible to get login from credential asset with API
  • You can create/edit credential with activity from UiPath

I was also creating assets with API so I belive it is possible to do it with credentials.

I am not expecting that either. That will be needed only in UiPath to use the value. For that there are activities.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.