403 if the subject is not in good standing (see Forbidden) — this applies to reads as well as writes.curl --location 'https://upload.tf/api/v1/subjects/ext:end-user-42/sites?limit=undefined&offset=undefined' \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"sites": [
{
"id": "string",
"name": "string",
"url": "string",
"fileName": "string",
"kind": "site",
"sizeBytes": 0,
"fileCount": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"expiresAt": "2019-08-24T14:15:22.123Z",
"chatEnabled": true,
"subjectId": "68460e63-0717-47f9-8fd8-d28f152cb30b"
}
],
"limit": 0,
"offset": 0,
"hasMore": true
}
}