Account API
The Account API provides programmatic access to core Vonage account functions, allowing you to retrieve the current balance, top‑up the account, update account settings, register email senders, and create, list, retrieve, or revoke API secrets associated with a given API key.
Admin: update documentationGET
/account/get-balance
Get Account Balance
api_key ( query , required ) — Your Vonage API key. You can find this in the [dashboard](https://dashboard.nexmo.com)api_secret ( query , required ) — Your Vonage API secret. You can find this in the [dashboard](https://dashboard.nexmo.com)POST
/account/register-sender
Register an email sender
api_key ( query , required ) — Your Vonage API key. You can find this in the [dashboard](https://dashboard.nexmo.com)api_secret ( query , required ) — Your Vonage API secret. You can find this in the [dashboard](https://dashboard.nexmo.com)POST
/account/settings
Change Account Settings
api_key ( query , required ) — Your Vonage API key. You can find this in the [dashboard](https://dashboard.nexmo.com)api_secret ( query , required ) — Your Vonage API secret. You can find this in the [dashboard](https://dashboard.nexmo.com)POST
/account/top-up
Top Up Account Balance
api_key ( query , required ) — Your Vonage API key. You can find this in the [dashboard](https://dashboard.nexmo.com)api_secret ( query , required ) — Your Vonage API secret. You can find this in the [dashboard](https://dashboard.nexmo.com)GET
/accounts/{api_key}/secrets
Retrieve API Secrets
api_key ( path , required ) — The API key to manage secrets forPOST
/accounts/{api_key}/secrets
Create API Secret
api_key ( path , required ) — The API key to manage secrets forDELETE
/accounts/{api_key}/secrets/{secret_id}
Revoke an API Secret
api_key ( path , required ) — The API key to manage secrets forsecret_id ( path , required ) — ID of the API SecretGET
/accounts/{api_key}/secrets/{secret_id}
Retrieve one API Secret
api_key ( path , required ) — The API key to manage secrets forsecret_id ( path , required ) — ID of the API Secret
8 endpoints auto-detected
Authentication
This API uses Basic authentication (a username and password).
curl -X GET \
"https://api.nexmo.com/account/get-balance" api.nexmo.com · HTTPS only