v1
latestOpenAPI 3.0.12026-07-22120163333.7 KBSales Agents V2
Get current user's Sales Agent quota
Retrieves AI quota information for the current logged-in user, including total quota, used quota, remaining quota, and borrow status.
get/v2.0/sales-agents/quota
Headers
Authorizationstring required
Bearer [access_token]
Response
Quota information retrieved successfully
Example response
{
"totalQuota": 100,
"usedQuota": 45,
"remainingQuota": 55,
"hasQuotaAvailable": true,
"usagePercentage": 45,
"borrowLevel": "SELF",
"borrowedFrom": 12346
}