Data access for user

Responses
  • application/json
Request Example for get/connect-data/dataaccess/v1
curl https://api.uat.openbroker.io/connect-data/dataaccess/v1
[
  {
    "organisationCode": "TPOMAL",
    "organisationName": "Example Wealth Group",
    "branchCode": "01",
    "branchName": "Melbourne",
    "advisorCode": "ADV1",
    "advisorName": "John Doe"
  },
  {
    "organisationCode": "TPOMAL",
    "organisationName": "Example Wealth Group",
    "branchCode": "02",
    "branchName": "Sydney",
    "advisorCode": "ADV2",
    "advisorName": "Sarah Lee"
  }
]