API referenceFolders
Folder_create
POST
/foldersRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/folders" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{ "created_at": "string", "description": "string", "id": "string", "investigation_count": 0, "name": "string", "org_id": "string", "owner_team_id": "string", "parent_id": "string", "updated_at": "string"}