Subaccount Minute Limit (max_minutes) now available in Subaccount APIs

The max_minutes field is now included in the response for the Get Subaccount and List Subaccounts endpoints. This field indicates the maximum number of minutes allocated to a subaccount, making it easier to monitor usage limits alongside the existing minutes_used field.

Updated endpoints:

EndpointTitle
GET /subaccounts/{subaccount_id}Get subaccount
GET /subaccountsList subaccounts

Notes:

  • max_minutes is an integer representing the configured cap for the subaccount
  • The field may be null if no limit has been set