Get User Quota
Authentication
Get User Quota
Retrieve the authenticated user’s usage quota and limits.
GET
Get User Quota
Get User Quota
Retrieve usage quota information for the currently authenticated user, including limits and current usage.Authentication
Requires JWT token authentication.Example Request
Response
Response Fields
| Field | Type | Description |
|---|---|---|
plan | string | User’s subscription plan |
quotas | object | Usage limits and current usage for various resources |
features | object | Feature flags indicating which features are enabled |
Status Codes
| Code | Description |
|---|---|
200 | Success |
401 | Invalid or missing token |

