HQ Master Data API
● Running
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /api/companies | Search enriched companies |
| GET | /api/companies/{domain} | Get company by domain |
| GET | /api/companies/discovery | Search discovery companies |
| GET | /api/companies/discovery/{domain} | Get discovery company by domain |
| GET | /api/people | Search enriched profiles |
| GET | /api/people/{slug} | Get person with experience and education |
| GET | /api/people/{slug}/experience | Get experience only |
| GET | /api/people/{slug}/education | Get education only |
| GET | /api/people/discovery | Search discovery people |
| GET | /api/people/discovery/{slug} | Get discovery person by slug |
| GET | /api/people/by-past-company | Find people by past employer |
| GET | /api/leads/{slug} | Get leads matching company's ICP |
| GET | /api/workflows | List workflows |
| GET | /api/workflows/{slug} | Get workflow by slug |
| GET | /api/openapi | OpenAPI specification |