get_regulatory_bundle_sid
Retrieve the regulatory bundle SID for a Twilio subaccount to manage compliance requirements and regulatory documentation.
Instructions
Get the regulatory bundle SID for a Twilio subaccount
Input Schema
Name | Required | Description | Default |
---|---|---|---|
subaccount_sid | Yes |
Input Schema (JSON Schema)
{
"properties": {
"subaccount_sid": {
"title": "Subaccount Sid",
"type": "string"
}
},
"required": [
"subaccount_sid"
],
"type": "object"
}