Lists

Replace the entire List

Overwrite the entire List with the contents of the submitted array

put/lists/{list_token}

Request body

Schema[] required— unresolved $ref

Response

Successfully replaced List

status_codenumber
errorobject
timestampinteger
namestring
list_tokenstring
datastring
records_addedinteger
total_recordsinteger

Example response

{
  "status_code": 200,
  "error": null,
  "timestamp": 1557675468774,
  "name": "Denylisted entities",
  "list_token": "I-grYZsEoy623M3LiZrK66",
  "data": "https://sandbox.alloy.co/lists/I-grYZsEoy623M3LiZrK66",
  "records_added": 1,
  "total_records": 1
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.