cURL
curl --request GET \ --url https://api.creditriskmonitor.com/v1/Business/CustomLayout \ --header 'Authorization: Bearer <token>'
{ "Success": true, "Data": {}, "ErrorCode": "<string>" }
Returns a custom-formatted business report based on specified layout parameters.
SessionKey
Enter the Session Key with the Bearer prefix, e.g. "Bearer abcde12345".
Bearer
OK
Was this page helpful?