Avnology ID
API ReferencePrivacy

Get Data Categories

List the data categories the platform holds about the caller.

Endpoint

GET /v1/privacy:getDataCategories

Base URL: https://<Domain id="api"/>

Authentication: User session.

Returns a structured inventory of data categories held for the authenticated identity: profile fields, session history, audit trail, attached organizations, etc. Each category carries a retention period and a pointer to the source service.

Example

Response (200 OK)

{
  "categories": [
    { "id": "profile",  "name": "Profile", "retention_days": null,  "source": "IdentityService" },
    { "id": "sessions", "name": "Sessions", "retention_days": 90,    "source": "SessionService" },


Request Account Deletion

Queue a 30-day grace account deletion.

Opt Out of Sale

CCPA "Do Not Sell My Personal Information" flag.

On this page