Logo
Zoom Public API Documentation

Get billing account details

GET {{baseUrl}}/phone/billing_accounts/:billingAccountId

A Zoom account owner or a user with admin privilege can use this API to get information about a billing account.

Prerequisites: * Pro or higher account plan with Zoom phone license

Scopes: phone:read:admin

Granular Scopes: phone:read:billing_account:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "id": "<string>", "name": "<string>" }



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

ENDPOINTS