API Get Privacy Data
Server-Side API endpoint to fetch Privacy Data
API endpoint to get PII data that has been granted to your dApp
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"data": {
"attributes": {
"ADR": {
"value": "address city state zip country"
},
"DOB": {
"value": "1985-02-28"
},
"EM": {
"value": "[email protected]"
},
"FN": {
"value": "FirstName"
},
"G": {
"value": "123-gov-id"
},
"GC": {
"value": "class"
},
"GE": {
"value": "2031-05-15"
},
"GI": {
"value": "2022-02-13"
},
"GIS": {
"value": "CA"
},
"GP": {
"value": {
"backPhoto": {
"byteSize": 248197,
"filename": "photo1.jpg",
"url": "https://..."
},
"frontPhoto": {
"byteSize": 2005573,
"filename": "photo2.jpg",
"url": "https://..."
}
}
},
"LN": {
"value": "LastName"
},
"MN": {
"value": "MiddleName"
},
},
"type": "privacy.data"
}
}Example With Access Token
Last updated