Endpoints
Overview
All seven HTTP endpoints under /api/v1.
Base URL: https://api.decisionmaker.email
Every endpoint is POST and expects Authorization: Bearer <key> plus a JSON body.
| Endpoint | Purpose |
|---|---|
/api/v1/find-email | Start an AI-powered search for an executive email. |
/api/v1/search-status | Poll a search by ID. |
/api/v1/search-history | List recent searches on your team. |
/api/v1/results-by-domain | Cached results for a single domain. |
/api/v1/unique-emails | Deduplicated list of every email your team has found. |
/api/v1/credits | Current credit balance. |
/api/v1/stats | Aggregate team stats in one call. |