List
List
get/v1/blob
List blobs in your account
Query Parameters
prefixstring
optional
If specified, only include blobs that start with this string
Returns
keystring
lastModifiedstring
optional
Creation date of the object
formatdate-time
sizenumber
optional
Size in bytes of the object
curl https://api.val.town/v1/blob200 Example
[
{
"key": "key",
"lastModified": "2019-12-27T18:11:19.117Z",
"size": 0
}
]