Create Master List
POST /lists/masters
Create a master list from other lists.
include_all_sources takes EVERY list of this type, including ones
created later - a standing rule rather than a snapshot, and it makes
source_list_ids irrelevant.
The first sync runs in the BACKGROUND, so the list comes back empty and fills shortly after.
Authorizations
Parameters
Header Parameters
Request Body required
A list that is the UNION of other lists, kept in sync.
object
Take EVERY list of this type instead of the named ones, including ones created later. source_list_ids is then ignored.
The lists to union.
Wire name is type; see CreateEmptyListRequest.
Responses
201
Successful Response
object
An open envelope for a list, a capability map or a job result.
Open because several of these return the whole Audience, whose shape
carries per-source metadata that differs between an uploaded file, a
dynamic query and a master list - and grows with them.
object
422
Validation Error