v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-306170167.5 KB
Data Transfer V2

Get Modified Producers

Returns producer IDs for which either a new consent was granted or data has changed at the upstream provider since the given timestamp. Only producer IDs with a currently valid consent are included. This endpoint requires the product to have change detection configured.

get/api/data-transfer/v2/product/{productId}/modified-producers

Path parameters

productIdstring uuid required

productId for which the change detection is requested

Query parameters

sincestring date required
Example:2022-03-10

Only changes and new consents after this date are returned.

Response

OK

uidstring

Producer UID

burstring nullable

Producer BUR, only set when the producer must additionally be identified by BUR.

Example response

[
  {
    "uid": "CHE123456789",
    "bur": "A12345678"
  }
]