Create a list or segment
Creates a contact list (type=list) or a segment (type=segment). For segments, the server provisions an associated import configuration using segmentationV2 parameters; the segmentation_config itself is set later via updateList. New lists start with zero contacts.
Parameters
Header Parameters
[Authentication] Required API key, in the form {prefix}.{secret}.
"a1b2c3d4.xK9pR2mVn6QwErTyUiOpAsDfGhJkLzXcVbNmQwErTyU""^[a-zA-Z0-9]{8}\\.[A-Za-z0-9_-]+$"Request Body
Responses
Resource successfully retrieved.
Create a list or segment Creates a contact list (type=list) or a segment (type=segment). For segments, the server provisions an associated import configuration using segmentationV2 parameters; the segmentation_config itself is set later via updateList. New lists start with zero contacts. POST /v1/lists createList Lists spm-api-key [Authentication] Required API key, in the form {prefix}.{secret}. Resource successfully retrieved. Client error - Invalid request or authentication issues Server error - Internal processing failure