r1.2
Release Notes
This release contains the definition and documentation of
- consent-info v0.1.0
The API definition(s) are based on
- Commonalities r3.3
- Identity and Consent Management r3.3
consent-info v0.1.0
consent-info v0.1.0 is the first public version of this API.
Version 0.1.0 provides the initial API definition and documentation for the consent-info API, which is part of the Identity and Consent Management (ICM) Working Group.
-
This API version provides the API consumer with the ability to:
- Check the validity of data processing: The API returns
statusValidForProcessing, a boolean flag that indicates whether the requested data processing is currently permitted (true) or not (false). - Understand why processing is not allowed: If data processing is not permitted, the response includes a
statusReasonfield to explain why. - Retrieve a Capture URL (if requested): If the status is not valid because user action is required, and the API Consumer sets
requestCaptureUrltotrue, the API will return acaptureUrlfield that can be presented to the user. This URL directs them to the API Provider's secure consent capture channel, where they can provide or renew their consent.
- Check the validity of data processing: The API returns
-
API definition with inline documentation:
Added
- Initial consent-info API definition and documentation
Changed
- N/A
Fixed
- N/A
Removed
- N/A
Full Changelog: https://github.com/camaraproject/ConsentInfo/commits/r1.2