Twilio Iam V1
Connector for the twilio-iam-v1 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://iam.twilio.com - Auth:
basic(pass your key via theapiKeyinput)
Operations
listgetkeys— GET /v1/Keys — Retrieve a list of all Keys for a account.fetchkey— GET /v1/Keys/{Sid} — Fetch a specific Key.listrolepermission— GET /v1/Roles/{RoleSid}/Permissions — List resolved permissions for a rolecreatenewkey— POST /v1/Keys — Create a new Signing Key for the account making the request.updatekey— POST /v1/Keys/{Sid} — Update a specific Key.deletekey— DELETE /v1/Keys/{Sid} — Delete a specific Key.
Inputs
apiKey— your twilio-iam-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: listgetkeys
apiKey: <your key>