Create a new folder
POST https://api.gologin.com/folders/folder
Create a new folder
Request Body
{"name"=>"string", "associatedProfiles"=>["profile_id"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: Created
{"name":"string","associatedProfiles":["profile_id"]}