Nexmo Account
Connector for the nexmo-account API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.nexmo.com - Auth:
basic(pass your key via theapiKeyinput)
Operations
getaccountbalance— GET /account/get-balance — Get Account Balanceretrieveapisecrets— GET /accounts/{api_key}/secrets — Retrieve API Secretsretrieveapisecret— GET /accounts/{api_key}/secrets/{secret_id} — Retrieve one API Secretregistersender— POST /account/register-sender — Register an email senderchangeaccountsettings— POST /account/settings — Change Account Settingstopupaccountbalance— POST /account/top-up — Top Up Account Balance
Inputs
apiKey— your nexmo-account API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getaccountbalance
apiKey: <your key>