Avnology ID
API ReferencePrivacy

Export My Data

Request a signed ZIP archive of everything the platform holds about the caller.

Endpoint

POST /v1/privacy:exportMyData

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

Authentication: User session (Bearer session token).

Queues an asynchronous export job. Response contains a polling URL; once ready, fetch the signed download URL (24h validity).

Example

Response (202 Accepted)

{
  "export_id": "pex_01H7X3K9Q1",
  "status": "pending",
  "status_url": "/v1/privacy/exports/pex_01H7X3K9Q1",
  "expires_at": "2026-04-24T00:00:00Z"
}

Privacy

End-user data-export, account-deletion, and CCPA opt-out requests.

Request Account Deletion

Queue a 30-day grace account deletion.

On this page