Vonage Extension
Connector for the vonage-extension API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.vonage.com/t/vbc.prod/provisioning - Auth:
bearer(pass your key via theapiKeyinput)
Operations
extensionctrl_getaccountextensions— GET /api/accounts/{account_id}/extensions — Get account extensions data by account IDextensionctrl_getaccountextensionbyid— GET /api/accounts/{account_id}/extensions/{extension_number} — Get extension data by account ID and extension number
Inputs
apiKey— your vonage-extension 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: extensionctrl_getaccountextensions
apiKey: <your key>