cURL
curl --request GET \ --url https://api.creditriskmonitor.com/v1/Trade/TradeProviders \ --header 'Authorization: Bearer <token>'
{ "Success": true, "Data": [ { "TradeProviderId": 123, "TradeProviderName": "<string>", "CurrentTradeProvider": true } ], "ErrorCode": "<string>" }
Retrieves available trade provider identifiers.
SessionKey
Enter the Session Key with the Bearer prefix, e.g. "Bearer abcde12345".
Bearer
OK
Show child attributes
TradeProviderId
Name of the Trade Provider
True if this is the currently selected Trade Provider
Was this page helpful?