Get Collection
Last updated
Was this helpful?
This endpoint allows getting collection information.
GET https://graph.whisk.com/v1/:collection_id
collection_id
string
Unique collection identifier
The result is a collection of information.
{
"id": "97f77cceca5d11e7ae7e42010a9a0035",
"name": "My collection",
"recipesCount": 10,
"createdAt": 1525352769,
"updatesAt": 1525352769
}Last updated
Was this helpful?
Was this helpful?