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
Example response
[
{
"uid": "CHE123456789",
"bur": "A12345678"
}
]