Vonage Vgis
Connector for the vonage-vgis 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/vis/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getuser— GET /self — User infogetaccount— GET /self/account — Account infolistcalls— GET /self/calls — List active callsgetcallscount— GET /self/calls/count — Get calls countgetroles— GET /self/calls/{id} — Get a calllistevents— GET /self/events — List events
Inputs
apiKey— your vonage-vgis 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: getuser
apiKey: <your key>