READ - Read latest consent record
GET {{baseUrl}}/service/verification/consent-record/:consentRecordId
This endpoint is used to read the latest consent record for an organisation in the consent building block.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"consentRecord":{"dataAgreementId":"\u003cstring\u003e","dataAgreementRevisionId":"\u003cstring\u003e","individualId":"\u003cstring\u003e","signatureId":"\u003cstring\u003e"},"revision":{"authorizedByIndividualId":"\u003cstring\u003e","successorId":"\u003cstring\u003e"}}