v50

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

Get Data Provider By Id

Retrieves a specific data provider.

get/api/products/v1/data-providers/{providerId}

Path parameters

providerIdstring uuid required

Response

OK

idstring uuid required
codestring

Stable technical code of the provider

uidstring

UID of the data provider

Example response

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