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
Was this page helpful?