Create a new folder. Max 50 folders per user.
cURL
curl --request POST \ --url https://api.openwhispr.com/api/v1/folders/create \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "sort_order": 123 } '
{ "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "user_id": "<string>", "name": "<string>", "is_default": true, "sort_order": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
API key starting with owk_live_
Folder name.
1 - 100
Sort position. Lower numbers appear first.
Created folder.
Show child attributes