Organizations
Get Org Spending Limit
Get the monthly spending limit for an organization.
Returns the organization's limit. Any member of the organization can read this.
get/v0/organizations/{organization_id}/spending-limit
Path parameters
organization_idinteger required
Response
Spending limit retrieved successfully
Example response
{
"monthly_spending_cap": 500,
"cascaded_updates": {
"assistants_capped": 7,
"users_capped": 3
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.