Customer Consent Register
Show all consents associated with an MPxN.
cURL
curl --request GET \ --url https://api.central.consent/show-consents/{mpxn} \ --header 'Authorization: Bearer <token>'
{ "response": { "resource": "/<request-end-point-path>", "response-time-stamp": "2027-11-10T17:07:01.580Z", "transaction-id": "tid_691df0c788ca043403b7fa90" }, "consents": [ { "duid": "duid_691df0c788ca043403b7fa90", "evidence": { "consent-date": "2023-11-07T05:31:56Z", "user-defined-reference": "<string>", "terms-url": "https://datauser.com/customer-terms-and-conditions-v2.html", "consent-expiry": "2027-11-10T17:07:01.580Z", "mpxn": "1234567890123", "method": "Credit Card Verification", "address": { "addressLine1": "221B Baker Street", "townCity": "London", "postcode": "NW1 6XE", "addressLine2": "Marylebone", "county": "Greater London" } }, "data-type": [ "HH-CONSUMPTION" ] } ] }
Bearer tokens are available via the /login endpoint
Meter Point Registration/Administration Number
^(?:[0-9A-HJ-NPR-Z]{2}[0-9]{8,9}[0-9]|[0-9]{10})$
"1234567890123"
Consent verification success.
Metadata about the response.
Show child attributes