curl --request GET \
--url https://api.novita.ai/openapi/v1/user/team/budget-list \
--header 'Authorization: Bearer <API_KEY>'
{
"member_count": 0,
"budget_count": 0,
"budgets": [
{
"email": "<string>",
"role": "<string>",
"status": "<string>",
"member_id": "<string>",
"phone": "<string>",
"user_id": "<string>",
"remark_name": "<string>",
"budget_type": "<string>",
"budget_limit": 0,
"used": 0,
"remaining": 0,
"cycle": "<string>",
"period_start": "<string>",
"period_end": "<string>"
}
]
}
curl --request GET \
--url https://api.novita.ai/openapi/v1/user/team/budget-list \
--header 'Authorization: Bearer <API_KEY>'
{
"member_count": 0,
"budget_count": 0,
"budgets": [
{
"email": "<string>",
"role": "<string>",
"status": "<string>",
"member_id": "<string>",
"phone": "<string>",
"user_id": "<string>",
"remark_name": "<string>",
"budget_type": "<string>",
"budget_limit": 0,
"used": 0,
"remaining": 0,
"cycle": "<string>",
"period_start": "<string>",
"period_end": "<string>"
}
]
}
application/jsonHide properties
Unlimited, One-time, Recurring.10000 = $1.00). Only meaningful when budget_type is One-time or Recurring.10000 = $1.00).10000 = $1.00). May be negative when usage exceeds the limit.Monthly is supported. Present only when budget_type is Recurring.budget_type is Recurring.budget_type is Recurring.curl --request GET \
--url https://api.novita.ai/openapi/v1/user/team/budget-list \
--header 'Authorization: Bearer <API_KEY>'
{
"member_count": 0,
"budget_count": 0,
"budgets": [
{
"email": "<string>",
"role": "<string>",
"status": "<string>",
"member_id": "<string>",
"phone": "<string>",
"user_id": "<string>",
"remark_name": "<string>",
"budget_type": "<string>",
"budget_limit": 0,
"used": 0,
"remaining": 0,
"cycle": "<string>",
"period_start": "<string>",
"period_end": "<string>"
}
]
}
Was this page helpful?