GET
/
v1
/
Portfolio
/
Download
curl --request GET \
  --url https://api.creditriskmonitor.com/v1/Portfolio/Download \
  --header 'Authorization: <api-key>'
{}

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

Authorizations

Authorization
string
header
required

Enter the Session Key with the Bearer prefix, e.g. "Bearer abcde12345".

Query Parameters

Format
string

The format of data to return. CSV, XML, or JSON.

Layout
string

The Custom Layout to return.

Folder
string

The Portfolio Folder to return data for.

Response

200
application/json
OK

The response is of type object.