POST
/
v1
/
Portfolio
/
Folders
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>"
}

Use the Login endpoint to retrieve the SessionKey, then include it in the Authorization field for authentication.

Query Parameters

Folder
string

Name of the folder to create

DeleteFolderId
string

FolderId of the folder to Delete

Response

200
application/json
OK
Success
boolean
Data
object

ApiPortfolioFolder

ErrorCode
string