curl --location 'https://upload.tf/api/v1/pages?limit=' \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"pages": [
{
"id": "a1b2c3d4",
"name": "mysite",
"url": "https://mysite.upload.tf",
"fileName": "index.html",
"kind": "site",
"sizeBytes": 184320,
"fileCount": 12,
"createdAt": "2019-08-24T14:15:22.123Z",
"expiresAt": "2019-08-24T14:15:22.123Z",
"chatEnabled": true
}
],
"limit": 0
}
}