GET v1/Trade/TradeProviders/Accounts?Layout={Layout}&FromDate={FromDate}

Returns Trade Provider accounts.

Parameters

NameDescriptionTypeAdditional information
Layout

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

string

Optional

Default value is All

FromDate

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

date

Optional

Response

Collection of Dictionary of string [key] and Object [value]

Example

            
curl -H "Authorization: Bearer {SessionKey}" -X GET https://api.creditriskmonitor.com/v1/Trade/TradeProviders/Accounts
curl -H "Authorization: Bearer {SessionKey}" -X GET https://api.creditriskmonitor.com/v1/Trade/TradeProviders/Accounts?layout=scores
            
        

Try It Now

If you do not have a Session Key, you can get one by Logging In.