You have no favorites... yet!
Use the Library tree on the left to select a Choreo to call from your gateway device.
Use the Library tree on the left to select a Choreo to call from your edge device via the gateway.
Library . Twilio . Accounts . ListAccounts
Retrieves a list of the subaccounts belonging to the main account.
/*
TembooTask class placeholder
*/
/*
TembooTask header placeholder
*/
Since you've changed your device configuration, you'll need to tell us about this new device.
This feature is in experimental mode - pricing coming soon.
Send your code straight to a GitHub repository.
Your code will be visible by others in your repos. Keep credentials private by saving a Profile or commit code with Placeholder inputs.
The following files will be added to this repo:
You'll be able to edit and share your code from TI's CCS Cloud IDE.
The following will be sent to CCS Cloud:
/*
Your auto-generated code will appear here once you've configured your device above.
*/
/*
A header file containing your Temboo account information will appear here once you've
configured your device above.
*/
/*
Please log in to generate proxy server code for use with the JavaScript SDK.
*/
This Choreo retrieves a list of the subaccounts belonging to the main account. More information for this Twilio resource can be found here.
Here's an example list of acceptable inputs:
AccountSID: {YOUR TWILIO ACCOUNT SID}
AuthToken: {YOUR TWILIO AUTH_TOKEN}
Status: active
The following is a sample of the JSON returned by this Choreo:
{ "page": 0, "num_pages": 1, "page_size": 50, "total": 1, "start": 0, "end": 1, "uri": "/2010-04-01/Accounts.json", "first_page_uri": "/2010-04-01/Accounts.json?Page=0&PageSize=50", "previous_page_uri": null, "next_page_uri": null, "last_page_uri": "/2010-04-01/Accounts.json?Page=0&PageSize=50", "accounts": [ { "sid": "AC39b8702b46fbbbf3f2956a63ee851a01", "friendly_name": "Chieftain", "status": "active", "auth_token": "redacted", "date_created": "Tue, 12 Jan 2010 04:41:09 +0000", "date_updated": "Tue, 25 Jan 2011 07:24:36 +0000", "type": "Full", "uri": "/2010-04-01/Accounts/AC39b8702b46fbbbf3f2956a63ee851a01.json", "subresource_uris": { "available_phone_numbers": "/2010-04-01/Accounts/AC39b8702b46fbbbf3f2956a63ee851a01/AvailablePhoneNumbers.json", "calls": "/2010-04-01/Accounts/AC39b8702b46fbbbf3f2956a63ee851a01/Calls.json", "conferences": "/2010-04-01/Accounts/AC39b8702b46fbbbf3f2956a63ee851a01/Conferences.json", "incoming_phone_numbers": "/2010-04-01/Accounts/AC39b8702b46fbbbf3f2956a63ee851a01/IncomingPhoneNumbers.json", "notifications": "/2010-04-01/Accounts/AC39b8702b46fbbbf3f2956a63ee851a01/Notifications.json", "outgoing_caller_ids": "/2010-04-01/Accounts/AC39b8702b46fbbbf3f2956a63ee851a01/OutgoingCallerIds.json", "recordings": "/2010-04-01/Accounts/AC39b8702b46fbbbf3f2956a63ee851a01/Recordings.json", "sandbox": "/2010-04-01/Accounts/AC39b8702b46fbbbf3f2956a63ee851a01/Sandbox.json", "sms_messages": "/2010-04-01/Accounts/AC39b8702b46fbbbf3f2956a63ee851a01/SMS/Messages.json", "transcriptions": "/2010-04-01/Accounts/AC39b8702b46fbbbf3f2956a63ee851a01/Transcriptions.json" } } ] }
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms