Add array of items to a specific list by list ID.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ID of the list to which items are to be added
"62fa3796841ea417fa71d2a9"
The body is of type object[]
.
ListDetails Created
The response is of type object[]
.
Add array of items to a specific list by list ID.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ID of the list to which items are to be added
"62fa3796841ea417fa71d2a9"
The body is of type object[]
.
ListDetails Created
The response is of type object[]
.