curl --request GET \
--url http://co-mind-platform-host/v1/quota \
--header 'Authorization: Bearer <token>'{
"usage": {},
"limits": {},
"percentUsed": 123,
"enforcing": true,
"warning": true,
"exceeded": true
}Get current usage quota information for the authenticated user.
curl --request GET \
--url http://co-mind-platform-host/v1/quota \
--header 'Authorization: Bearer <token>'{
"usage": {},
"limits": {},
"percentUsed": 123,
"enforcing": true,
"warning": true,
"exceeded": true
}Bearer token authentication. Supports two token types:
POST /v1/auth/loginPOST /v1/api-tokens, format: cmnd_<tokenId>.<secret>