GET {{baseUrl}}/phone/billing_accounts
A Zoom account owner or a user with admin privileges can use this API to retrieve a list of billing accounts. Prerequisites:
* Pro or higher account plan with Zoom phone license Scopes: Granular Scopes: Rate Limit Label: phone:read:admin
phone:read:list_billing_accounts:admin
Medium
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"billing_accounts": [
{
"id": "<string>",
"name": "<string>"
},
{
"id": "<string>",
"name": "<string>"
}
]
} |
ENDPOINTS