GetWABPhoneNumbers
Gets the account’s WhatsApp Business phone numbers.
Allowed roles: Owner, Admin, Developer, Supervisor, Accountant, Support, Payer.
Authentication
AuthorizationBearer
Voximplant Management API uses signed JWT tokens generated from your service-account private key. Pass the token in the `Authorization` header as a Bearer value:
```
Authorization: Bearer $VOXIMPLANT_TOKEN
```
See [Authorization](/api-reference/management-api/authorization) for ready-to-copy snippets in bash, Python, Node.js and Go that turn your `credentials.json` into a token.
Query parameters
wab_phone_number
WhatsApp Business phone number
application_id
Application ID that is bound to the WhatsApp Business phone number
application_name
Bound application name that can be used instead of application_id
country_code
Country code filter (2 symbols) for the WhatsApp Business phone number
count
Maximum returning records count
offset
Number of records to be skipped in the result
Response
Successful response
result
WhatsApp Business phone numbers info
total_count
Number of total records found
count
Number of returned records