API Privacy Access Token
Server-Side API endpoint to fetch a privacy access token that grants your dApp access to fetch Privacy Data.
Last updated
Server-Side API endpoint to fetch a privacy access token that grants your dApp access to fetch Privacy Data.
Last updated
This endpoint fetches a privacy access token, which you need in order to fetch Privacy Data from a user.
NOTE: There is a service library available to you in the Quadrata SDK, for this endpoint.
GET
https://int.quadrata.com/api/v1/privacy/access/${account}
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
This endpoint will return an auth token and an access token. Your dApp needs to combine them into one encoded string, delimited by a :
and base64
encoded, in order to use it as an X-Access-Token
header to fetch PII data.
Privacy Access Tokens are one time use tokens. If you attempt to reuse an access token, you will receive a 401 Unauthorized
error.
See How to sign API for message signing examples with more coverage and explanations.
account*
String
User's wallet address
Authorization*
String
Basic ${base64(apiKey)}
Date*
String
Date and time of current request
Wed, 04 Oct 2023 02:39:37 GMT
Signature*
String
API Signed Request Signature