Docs/Audience/Get Ad Audience
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.

linkedin_urlstringoptional
Resolve a person by profile URL.
emailstringoptional
Resolve by business or personal email.
FieldTypeDescription
hemstringSHA-256 hashed email for ad matching.
maidsarrayMobile advertising IDs (IDFA / GAID).
match_ratefloatConfidence the identity resolves on-network.
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.