v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-306170167.5 KB
Data Providers

Get Data Providers

Retrieves the list of all available data providers. Accessible to users with the producer, consumer, admin, or provider role.

get/api/products/v1/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"
  }
]