Public Data Providers

Get Public Data Providers

Retrieves the list of all available data providers. Publicly accessible.

get/public/api/products/v2/data-providers

Response

OK

idstring uuid required
codestring

Stable technical code of the provider

uidstring

UID of the data provider

Example response

[
  {
    "code": "BLW",
    "uid": "CHE123456789"
  }
]

Changes

Changed in 1 of the 57 revisions of this API.1