Nexmo Pricing
Connector for the nexmo-pricing API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://rest.nexmo.com/account - Auth:
bearer(pass your key via theapiKeyinput)
Operations
retrievepricingallcountries— GET /get-full-pricing/outbound/{type} — Retrieve outbound pricing for all countries.retrieveprefixpricing— GET /get-prefix-pricing/outbound/{type} — Retrieve outbound pricing for a specific dialing prefix.retrievepricingcountry— GET /get-pricing/outbound/{type} — Retrieve outbound pricing for a specific country.
Inputs
apiKey— your nexmo-pricing 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: retrievepricingallcountries
apiKey: <your key>