Main site

Customer documentation

Maverick Data Docs

Use these docs to preview counts, choose filters, export CSVs, understand export fields, and connect to the API.

First export

Use the dashboard or API to move from state slot to downloaded CSV.

Filters

See the customer filter set and the rejected email-verification flag.

Data dictionary

Check every export column and which fields are defaults.

DNC disclosure

Understand what DNC flagged true and false mean before outreach.

API examples

Copy curl examples for coverage, preview, count, export, usage, and identity.

Billing

State slots, monthly credits, annual pricing, append-only states, and overage.

API base URL

https://api.themaverickdata.com

Public coverage is available without authentication at /api/v1/coverage. Customer endpoints use X-API-Key.

Fastest paths

  1. Dashboard path: sign in, join the invited organization, choose state slots, filter a state audience, preview count and rows, create an export, then download the CSV when ready.
  2. API path: call /api/v1/me, call /api/v1/contacts/count, preview /api/v1/contacts, create /api/v1/exports, poll /api/v1/exports/{id}, then download /api/v1/exports/{id}/download.