v1

latestSwagger 2.0Apache 2.02026-08-06303655.6 KB
lists

Create a list

Creates a new list for the authenticated account. The new list is not archived. options is an arbitrary key-value object stored on the list (used by callers to mark provenance, e.g. source_type: 'ftp').

post/lists

Request body

namestring required

Display name. Required, non-empty.

descriptionstring

Optional human-readable description.

optionsobject

Arbitrary key-value attributes stored on the list (e.g. {"source_type": "ftp"}).

Response

List created