Skip to main content
GET
Get current user's Sales Agent quota

Headers

Authorization
string
required

Bearer [access_token]

Response

Quota information retrieved successfully

Sales Agent quota information

totalQuota
integer<int64>

Total quota limit

Example:

100

usedQuota
integer<int32>

Used quota count (working leads)

Example:

45

remainingQuota
integer<int64>

Remaining quota count

Example:

55

hasQuotaAvailable
boolean

Whether quota is available

Example:

true

usagePercentage
number<double>

Quota usage percentage (0-100)

Example:

45

isBorrowed
boolean

Whether AI is borrowed from others

Example:

false

borrowLevel
string

Borrow level if borrowed: SELF, GROUP, TEAM

Example:

"SELF"

borrowedFrom
integer<int64>

Borrowed from user/office ID

Example:

12346