Collections
Assets in a Collection
Get all the assets in a collection
GET
/
collections
/
{collection_id}
/
contains
Path Parameters
collection_id
string
requiredThe collection to get the assets from
Query Parameters
asset_ids[]
string[]
requiredThe asset ids to check if the collection contains
Response
200 - application/json
The response is of type boolean
.