cURL
curl --request PATCH \ --url https://api.gologin.com/folders/folder \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "My Folder", "profiles": [ "60a763f86501b3aa69a5e5e5", "60a763f86501b3aa69a5e5e6" ], "action": "add" }'
Add or remove profiles from folder.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Was this page helpful?