Skip to main content
POST
/
v1
/
Portfolio
/
Folders
Creates or Deletes a Portfolio Folder for the current user
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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.creditriskmonitor.com/llms.txt

Use this file to discover all available pages before exploring further.

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

OK

Success
boolean
Data
object

ApiPortfolioFolder

ErrorCode
string