A Messaging Service resource to add and get Brand Vettings.
Path parameters
-
The SID of the Brand Registration resource of the vettings to create .
Minimum length is
34, maximum length is34. Format should match the following pattern:^BN[0-9a-fA-F]{32}$.
POST
/v1/a2p/BrandRegistrations/{BrandSid}/Vettings
curl \
--request POST 'https://messaging.twilio.com/v1/a2p/BrandRegistrations/{BrandSid}/Vettings' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'VettingId=string&VettingProvider=campaign-verify'
Response examples (201)
{
"account_sid": "string",
"brand_sid": "string",
"brand_vetting_sid": "string",
"date_created": "2026-05-04T09:42:00Z",
"date_updated": "2026-05-04T09:42:00Z",
"url": "https://example.com",
"vetting_class": "string",
"vetting_id": "string",
"vetting_provider": "campaign-verify",
"vetting_status": "string"
}