v1
latestOpenAPI 3.0.02026-07-131091452.6 MBcontributors
Get details about contributors' collections
This endpoint gets more detailed information about a contributor's collection, including its cover image, timestamps for its creation, and most recent update. To get the items in collections, use GET /v2/contributors/{contributor_id}/collections/{id}/items.
get/v2/contributors/{contributor_id}/collections/{id}
Path parameters
contributor_idstring required
Contributor ID
idstring required
Collection ID that belongs to the contributor
Response
OK
Example response
{
"id": "293542904",
"name": "My collection",
"total_item_count": 85,
"items_updated_time": "2021-05-20T16:15:22-04:00",
"cover_item": {
"id": "297886754"
}
}