Create Privacy Access Token
Quadrata SDK API Service: Create Privacy Access Token
Create a Privacy Access Token to access PII data for an individual or business. This feature must be enabled for your dApp.
Parameters
Name
Type
Description
apiKey
*
string
Your API Key
walletAddress
*
hex string
Wallet address
privateKeyDerBase64
string
Base64 DER String
privateKeyDer
string
DER Binary String
privateKeyPem
string
PEM String
privateKey
CryptoKey
CryptoKey object
options
object
Fetch Options
SDK Configuration
Name
Type
Description
environment
*
QuadrataEnvironment
Example
Last updated