v1

latestOpenAPI 3.1.02026-07-13154170539.0 KB
User

Get User Spending Limit

Get the monthly spending limit for the current user's personal usage.

get/v0/user/spending-limit

Response

Successful Response

user_idstring required

User ID.

monthly_spending_capnumber nullable

The monthly spending limit for personal usage.

assistants_cappedinteger

Number of personal assistants that had their limits reduced.

Example response

{
  "monthly_spending_cap": 200
}