Endpoint Parameters
-
Request parameters
Name Type Origin Description CountryCode CountryCode Query-String ISO Country Code -
Response Parameters
View Response CodesName Type Description __count Number The total count of items in the feed. __next String The link for the next page of items in the feed. Data Broker [] The collection of entities for this feed. MaxRows Number The maximum number of rows that can be returned (if applicable). -
Request Example
Request URL
GET /atr/v1/securitiestransfers/brokers?CountryCode={CountryCode}
-
Response Example
Response body
{ "Data": [ { "Contact": "Broker Contact 1", "CountryCode": "DK", "Email": "BrokerEmail1@email.com", "Name": "ABC Investment Bank", "Phone": "+45 12345678" }, { "Contact": "Broker Contact 2", "CountryCode": "DK", "Email": "BrokerEmail2@email.com", "Name": "Alps Investment Bank", "Phone": "555 212-639-9675" } ] }