cURL
curl --request POST \ --url https://api.creditriskmonitor.com/v1/Portfolio/Folders
{ "Success": true, "Data": { "FolderId": 123, "UserId": 123, "FolderName": "<string>", "DateCreated": "2023-11-07T05:31:56Z", "DateUpdated": "2023-11-07T05:31:56Z" }, "ErrorCode": "<string>" }
Creates or removes folders for the current user.
SessionKey
Name of the folder to create
FolderId of the folder to Delete
OK
Was this page helpful?