Twilio Twilio Preview
Connector for the twilio-twilio-preview API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://preview.twilio.com - Auth:
basic(pass your key via theapiKeyinput)
Operations
listdeployeddevicesfleet— GET /DeployedDevices/Fleets — Retrieve a list of all Fleets belonging to your account.listdeployeddevicescertificate— GET /DeployedDevices/Fleets/{FleetSid}/Certificates — Retrieve a list of all Certificate credentials belonging to the Fleet.fetchdeployeddevicescertificate— GET /DeployedDevices/Fleets/{FleetSid}/Certificates/{Sid} — Fetch information about a specific Certificate credential in the Fleet.listdeployeddevicesdeployment— GET /DeployedDevices/Fleets/{FleetSid}/Deployments — Retrieve a list of all Deployments belonging to the Fleet.fetchdeployeddevicesdeployment— GET /DeployedDevices/Fleets/{FleetSid}/Deployments/{Sid} — Fetch information about a specific Deployment in the Fleet.listdeployeddevicesdevice— GET /DeployedDevices/Fleets/{FleetSid}/Devices — Retrieve a list of all Devices belonging to the Fleet.
Inputs
apiKey— your twilio-twilio-preview 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: listdeployeddevicesfleet
apiKey: <your key>