OEM APIs
OEM Organizations Search
Search FullHunt organization profiles by domain or organization name with OEM audit attribution.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Search FullHunt organization profiles by domain or organization name with OEM audit attribution.
POST /api/v1/oem/organizations/search
| Field | Required | Values |
|---|---|---|
type | Yes | domain or organization |
query | Yes | Search string from 3 through 100 characters |
no_cache | No | Set true to bypass the normal 24-hour OEM cache |
query_tags | No | Tenant and request attribution object |
curl "https://fullhunt.io/api/v1/oem/organizations/search" \
-H "X-API-KEY: $FULLHUNT_API_KEY" \
-H "Content-Type: application/json" \
--data '{
"type": "organization",
"query": "Example Corporation",
"query_tags": {"tenant_id": "tenant-123"}
}'
