MeshTale Docs
API reference
GET
/v1/workspaces/{id}/collections/summary

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

curl -X GET "https://example.com/v1/workspaces/string/collections/summary"
{  "collections": {    "total": 0,    "cap": 0,    "planTier": "free"  },  "memories": {    "inCollections": 0,    "uncollected": 0  },  "sharedFromOrg": 0}
Empty
Empty