DueVestor

DueVestor REST API

Programmatic access to every report tier, monitoring subscriptions, and a public connector-status endpoint. Authenticated with a per-user X-API-Key. Free for the first 10,000 requests/day.

NEW HERE?Compare API plans and quotas before you mint your first key.See API pricing

Interactive Swagger UI

/api/v1/docs

OpenAPI 3.1 JSON

/api/v1/openapi.json

Manage your keys

/app/api-keys

Quickstart

Mint a key at /app/api-keys, then file a report:

curl -X POST https://duevestor.com/api/v1/reports \
  -H "X-API-Key: dvk_..." \
  -H "Content-Type: application/json" \
  -d '{
    "type": "TYPE_B_EDD_L3",
    "subject": { "kind": "PERSON", "fullName": "Jane Doe", "country": "US" }
  }'

Rate limits

Scopes

OAuth 2.0 client-credentials handshake →