v50

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

Update Consent Request State For Current Data Producer

Updates the status of a specific consent request. Only accessible to the data producer assigned to the consent request.

put/api/agreement/v1/consent-requests/{id}/status

Path parameters

idstring uuid required

ID of the consent request

Request body

'GRANTED' | 'OPENED' | 'DECLINED' | 'NOT_CREATED' required

Possible states of a consent request:

  • GRANTED: Consent has been granted
  • OPENED: Consent request is open and awaiting response
  • DECLINED: Consent has been declined
  • NOT_CREATED: Placeholder to indicate that no consent request exists yet for a given UID.

Response

No Content