TODO: Resource-level docs
Creates a new copy of a Bundle. It will internally create copies of all the bundle items (identities and documents) of the original bundle
Path parameters
-
The unique string that identifies the Bundle to be copied.
Minimum length is
34, maximum length is34. Format should match the following pattern:^BU[0-9a-fA-F]{32}$.
POST
/v2/RegulatoryCompliance/Bundles/{BundleSid}/Copies
curl \
--request POST 'https://numbers.twilio.com/v2/RegulatoryCompliance/Bundles/{BundleSid}/Copies' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'FriendlyName=string'
Response examples (201)
{
"account_sid": "string",
"date_created": "2026-05-04T09:42:00Z",
"date_updated": "2026-05-04T09:42:00Z",
"email": "string",
"friendly_name": "string",
"regulation_sid": "string",
"sid": "string",
"status": "draft",
"status_callback": "https://example.com",
"valid_until": "2026-05-04T09:42:00Z"
}