cURL
curl --request POST \ --url https://api.getversive.com/api/v1/folders \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "My New Folder", "access_policy": "FULL_ACCESS" } '
{ "id": "folder_123", "name": "My Folder", "created_at": "2024-01-01T00:00:00Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
FULL_ACCESS
CAN_EDIT
CAN_VIEW
INVITE_ONLY
CAN_EDIT_SURVEY_ONLY
Successful Response