Twilio Twilio Microvisor V1
Connector for the twilio-twilio-microvisor-v1 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://microvisor.twilio.com - Auth:
basic(pass your key via theapiKeyinput)
Operations
listapp— GET /v1/Apps — Retrieve a list of all Apps for an Account.fetchappmanifest— GET /v1/Apps/{AppSid}/Manifest — Retrieve the Manifest for an App.fetchapp— GET /v1/Apps/{Sid} — Fetch a specific App.listaccountconfig— GET /v1/Configs — Retrieve a list of all Configs for an Account.fetchaccountconfig— GET /v1/Configs/{Key} — Retrieve a Config for an Account.listdevice— GET /v1/Devices — Retrieve a list of all Devices registered with the Account.
Inputs
apiKey— your twilio-twilio-microvisor-v1 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: listapp
apiKey: <your key>