v12

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-014994227.2 KB
billing

List phone rentals

Returns every phone rental subscription owned by the caller's organization, in any lifecycle state (active or canceled) - canceled rentals are included so past rentals stay visible. Each item's status field tells them apart. The summary block (active_count, combined monthly cost) counts only active rentals.

get/billing/phone-rental-subscriptions

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

totalinteger required

Count of rentals matching the request (for pagination; has_more is derivable as offset+len(subscriptions) < total).

Example response

{
  "$schema": "/api/v1/PhoneRentalSubscriptionListResponse.json"
}