v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-306170167.5 KB
Consent Requests

Create Consent Requests

Creates consent requests for given uids, provided the user actually has access to those uids.

post/api/agreement/v1/consent-requests

Request body

dataRequestIdstring uuid required
uidstring required

Response

OK

idstring uuid required
dataProducerUidstring required

UID of the data producer

isCreatedboolean

Example response

[
  {
    "dataProducerUid": "CHE123456789"
  }
]