Clickhouse Mashup
POST /clickhouse/mashup
POST
/clickhouse/mashup
Enrich UP_IDs / HEMs / domains against the ClickHouse Cloud mashup tables.
Use this for bulk enrichment workflows where the agent already has a
primary key (UP_ID from g8_opensearch_resolve_ids, a HEM from a
visitor row, or a company domain from CRM). For free-form attribute
search prefer g8_opensearch_search against mashup_contacts.
Authorizations
Parameters
Header Parameters
Request Body required
object
limit
integer
mode
required
Which mashup PK to filter by.
string
profile
Which mashup table to read. ‘joined’ returns the lighter denormalized mashup_new with both profiles partially populated.
string
values
required
Up to 100 key values (UP_IDs, HEMs, or domains).
Array<string>
Responses
200
Successful Response
object
data
required
object
matched
integer
mode
required
string
profile
required
string
records
Array<object>
object
key
additional properties
any
requested
integer
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string