Create custom list identifiers

Add multiple identifiers to a custom list in bulk. If duplicate identifier/value combinations are provided, they will be skipped and counted in the duplicated field.

Path parameters

listIdstringRequiredformat: "^[0-9a-fA-F]{24}$"
The unique identifier of the custom list

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects a list of objects.
identifierenumRequired
Type of identifier
valuestringRequired
The identifier value

Response

Identifiers created successfully
messagestring
Response message
resultboolean
Indicates if the request was successful
contentobject or null

Errors