API Requests

Privacy Data API Routes

The following API endpoints are available for the Privacy Data API.

Please see How to sign API for information on how to make a request to the server-side API.

Endpoint
Description
Reference
GET /privacy/grants/${account}

Returns the account's granted privacy scopes

GET /privacy/access/${account}

Get a privacy access token to fetch PII data

GET /privacy/data/${account}

Get privacy data from an account that has given consent.

DELETE /privacy/grants/${account}

Revokes an account's consent to privacy data

Last updated