-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Sub accounts documentation:
https://www.twilio.com/docs/iam/api/subaccounts
Example curl looks like this
curl -X POST "https://api.twilio.com/2010-04-01/Accounts/$TWILIO_SUBACCOUNT_SID/Messages.json" \
--data-urlencode "To=+16518675310" \
--data-urlencode "From=+14158141829" \
--data-urlencode "Body=Ahoy there$EXCLAMATION_MARK" \
-u $TWILIO_ACCOUNT_SID:$TWILIO_AUTH_TOKEN
In my initial analysis of the flutter library we just need to modify the behavior of passing account sid to the URL property of sid, so that we can take in subaccount sid if provided.
Metadata
Metadata
Assignees
Labels
No labels