Logo
Zoom Public API Documentation

List billing accounts

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: phone:read:admin

Granular Scopes: phone:read:list_billing_accounts:admin

Rate Limit Label: 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>" } ] }



Curl
curl -X GET 'https://api.zoom.us/v2/phone/billing_accounts' -H 'Accept: application/json'

ENDPOINTS