API Reference · Audience
Get Ad Audience
Resolve an identifier to a hashed email (HEM) and mobile advertising IDs (MAIDs) so you can match an enriched list to ad networks for omnichannel targeting. Identifiers are privacy-preserving by design.
POSThttps://app.saleshub.ai/v1/audience
$0
No per-row cost. Every Saleshub plan is flat and unlimited — responses always return credits_used: 0. Page through results freely.
body parameters
linkedin_urlstringoptional
Resolve a person by profile URL.
emailstringoptional
Resolve by business or personal email.
response fields
| Field | Type | Description |
|---|---|---|
| hem | string | SHA-256 hashed email for ad matching. |
| maids | array | Mobile advertising IDs (IDFA / GAID). |
| match_rate | float | Confidence the identity resolves on-network. |
status codes
200Success.
400Bad request — the body could not be processed.
401Unauthorized — invalid or missing API key.
404Not found — no match for the data provided.
422Invalid input — a filter value isn't a supported enum.
429Rate limited — retry after the
Retry-After header.