GET
/
v1
/
Trade
/
TradeProviders
/
Accounts
curl --request GET \
  --url https://api.creditriskmonitor.com/v1/Trade/TradeProviders/Accounts \
  --header 'Authorization: <api-key>'
{
  "Success": true,
  "Data": [
    {}
  ],
  "ErrorCode": "<string>"
}

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

The subset of data to return. Layout=all returns all fields. Layout=scores returns only scores.

FromDate
string

Results will only include Businesses that have had changes since this date. Leave NULL to return all Businesses.

Response

200
application/json
OK
Success
boolean
Data
object[]
ErrorCode
string

Was this page helpful?