cURL
curl --request GET \ --url https://api.creditriskmonitor.com/v1/Portfolio/Folders \ --header 'Authorization: Bearer <token>'
{ "Success": true, "Data": [ { "FolderId": 123, "UserId": 123, "FolderName": "<string>", "DateCreated": "2023-11-07T05:31:56Z", "DateUpdated": "2023-11-07T05:31:56Z" } ], "ErrorCode": "<string>" }
Retrieves all portfolio folders for the current user.
SessionKey
Enter the Session Key with the Bearer prefix, e.g. "Bearer abcde12345".
Bearer
OK
Was this page helpful?