GET
/
v1
/
Business
/
ReportPDF
curl --request GET \
  --url https://api.creditriskmonitor.com/v1/Business/ReportPDF \
  --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

layout
string

Report layout. Valid values are: Short, Medium, Long.

encoding
string

Set to "base64" if Base64 encoding is needed. Leave blank otherwise.

id
integer

Business Id

CustomerId
string

If you are a Trade Provider you can use your CustomerId to idenfity a Business with the CustomerId parameter.

SupplierId
string

If you have a Supplier List you can use your SupplierId to identify a Business with the SupplierId parameter.

Response

200
application/json
OK

The response is of type object.