API Get Privacy Permissions
Server-Side API endpoint to fetch privacy permissions that have been allowed by the user to your dApp.
API endpoint to get an account's granted privacy scopes
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"data": {
"grants": [
"FN"
],
"type": "privacy.grants"
}
}Last updated