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.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
listId
The unique identifier of the custom list
Request
This endpoint expects a list of objects.
identifier
Type of identifier
value
The identifier value
Response
Identifiers created successfully
message
Response message
result
Indicates if the request was successful
content
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error