How can I create Folder or Tag through API?

Hello!

I need to create Folders from API to automate processes in my company
I’m not found this methods in APIs reference https://api-reference.passbolt.com/


Gennady

Hi @kongu :wave: and welcome to passbolt community forum :people_holding_hands:

If your main goal is to automate processes in your company with passbolt API, I would say the easiest way is to use go-passbolt-cli client.
There is packages for many Linux distros and it is pretty well documented.

If you want to develop your own client in the language of your choice, the main documentation is here.

A good start is to enable passbolt browser extension debug logs and have a look at the sent requests:

As an example in Firefox:

You can export the create folder as curl:

Cheers,

1 Like