Returns the full access record for a given access key. Called by Data Providers before releasing meter data.
Authentication: Unauthenticated by design. The access key acts as the credential; treat it as a secret.
Verification checklist (all record types):
access-event.state must be ACTIVE.access-event.expiry must be in the future, or null.record-metadata.controller identity must match the organisation you have
a verified commercial relationship with on your platform.processing.data-types.response.transaction-id for your audit trail.Additional checks by legal basis:
access-event.consent.consent-type is appropriate
for the data category being released.processing.lia-reference is present.processing.statutory-reference
is present.The access key issued at registration. Unique opaque identifier for an access record, issued by the register on creation. Treat as a secret — possession enables access verification.
^ak_[0-9a-f]{24}$"ak_691df0c788ca043403b7fa90"
Access record found and returned.
The full access record returned for verification. notice and access-event.consent will be null for non-consent records.