Create a new folder

POST https://api.gologin.com/folders/folder

Create a new folder

Request Body

{"name"=>"string", "associatedProfiles"=>["profile_id"]}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: Created

{"name":"string","associatedProfiles":["profile_id"]}