API reference
V2Folder Objects

Create folder object

Creates a folder object.

POST
/api/v2/folders

Creates a folder object.

Authorization

access_token
Authorization<token>

In: header

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/v2/folders"
{  "status": "ok",  "data": {}}