Update brand registrations
A Messaging Service resource to add and fetch Brand Registrations.
Path parameters
-
The SID of the Brand Registration resource to update.
POST /v1/a2p/BrandRegistrations/{Sid}
curl \
-X POST https://messaging.twilio.com/v1/a2p/BrandRegistrations/{Sid} \
--user "username:password"
Response examples (202)
{
"a2p_profile_bundle_sid": "string",
"account_sid": "string",
"brand_feedback": [
"TAX_ID"
],
"brand_score": 42,
"brand_type": "string",
"customer_profile_bundle_sid": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"failure_reason": "string",
"government_entity": true,
"identity_status": "SELF_DECLARED",
"links": {},
"mock": true,
"russell_3000": true,
"sid": "string",
"skip_automatic_sec_vet": true,
"status": "PENDING",
"tax_exempt_status": "string",
"tcr_id": "string",
"url": "https://example.com"
}
Response examples (202)
{
"a2p_profile_bundle_sid": "string",
"account_sid": "string",
"brand_feedback": [
"TAX_ID"
],
"brand_score": 42,
"brand_type": "string",
"customer_profile_bundle_sid": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"failure_reason": "string",
"government_entity": true,
"identity_status": "SELF_DECLARED",
"links": {},
"mock": true,
"russell_3000": true,
"sid": "string",
"skip_automatic_sec_vet": true,
"status": "PENDING",
"tax_exempt_status": "string",
"tcr_id": "string",
"url": "https://example.com"
}