Veilience Data-as-a-Service

Veilience: Your Identity Activation at the Edge

Secure, Scalable, and Developer-Friendly Data Solutions

Contact Us

Veilience API Workflows

Authorization

Obtain a valid API key to authenticate all subsequent requests.

Endpoint: /request-api-key

Identity Ingestion

Submit hashed user identities for tracking and campaign targeting.

Endpoint: /identity/ingest

Campaign Activation

Deliver ad impressions and device attribute data for live campaigns.

Endpoints: /serve-impression/json, /device_attr_log

Reporting & Audit

Retrieve usage logs and audit information for compliance and analysis.

Endpoints: /usage_ledger, /audit_log

API Endpoint Reference

🔑 Authorization – /request-api-key

Method: POST
Headers: None
Payload:
{
  "client_id": "...",
  "business_id": "...",
  "timestamp": "ISO8601"
}
Notes: Returns api_key with expiration; required for all other endpoints

⚙️ Identity Ingestion – /identity/ingest

Method: POST
Headers: X-API-Key
Payload:
{
  "veilience_uuid": "...",
  "hashed_email": "...",
  "hashed_phone": "...",
  "metadata": {...}
}
Notes: Submit identities in batch; one-way hashed for privacy

🚀 Campaign Activation – /serve-impression/json

Method: POST
Headers: X-API-Key
Payload:
{
  "veilience_uuid": "...",
  "ad_id": "...",
  "timestamp": "ISO8601",
  "context": {...}
}
Notes: Submit impression data and associated metadata

📊 Reporting & Audit – /usage_ledger

Method: GET
Headers: X-API-Key
Parameters: start_date, end_date
Notes: Retrieve usage logs within a date range

📊 Reporting & Audit – /audit_log

Method: GET
Headers: X-API-Key
Parameters: start_date, end_date
Notes: Retrieve audit logs for compliance and verification
Veilience Privacy Policy

Veilience Privacy Notice. We process only data you choose to store and activate. View Full Disclosure

Veilience Privacy Notice

Veilience processes only the data that you choose to store and activate from your own device. We do not collect, purchase, aggregate, or store any third-party data. All identity information in the Veilience app remains on your device unless you explicitly activate it for use in advertising or analytics.

When you activate your identity, the app may use hashed identifiers, impression data, proximity signals, and related activity logs to help you monetize your data on your own behalf. These signals are processed only when the app is active and only according to the preferences you set. You can disable activation at any time in the app settings, and you may delete all stored data at any time.

Veilliance does not sell personal data. Any transfer of information occurs only at your direction when you choose to activate your identity. We act as a processor helping you manage and use your own first-party data. No centralized identity graph or user profile is built or maintained by Veillience.

For questions about privacy, or to request data deletion or review your consent choices, you may contact Veillience at mike@veilience.com.