Create brand registrations
A Messaging Service resource to add and fetch Brand Registrations.
Body
-
Customer Profile Bundle Sid.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^BU[0-9a-fA-F]{32}$
. -
A2P Messaging Profile Bundle Sid.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^BU[0-9a-fA-F]{32}$
. -
Type of brand being created. One of: "STANDARD", "SOLE_PROPRIETOR". SOLE_PROPRIETOR is for low volume, SOLE_PROPRIETOR use cases. STANDARD is for all other use cases.
-
A boolean that specifies whether brand should be a mock or not. If true, brand will be registered as a mock brand. Defaults to false if no value is provided.
-
A flag to disable automatic secondary vetting for brands which it would otherwise be done.
curl \
--request POST 'https://messaging.twilio.com/v1/a2p/BrandRegistrations' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'Mock=false&BrandType=STANDARD&A2PProfileBundleSid=BU1111109f7e067e279523808d267e2d85&SkipAutomaticSecVet=false&CustomerProfileBundleSid=BU0000009f7e067e279523808d267e2d90'
{"Mock"=>false, "BrandType"=>"STANDARD", "A2PProfileBundleSid"=>"BU1111109f7e067e279523808d267e2d85", "SkipAutomaticSecVet"=>false, "CustomerProfileBundleSid"=>"BU0000009f7e067e279523808d267e2d90"}
{"Mock"=>false, "BrandType"=>"STANDARD", "A2PProfileBundleSid"=>"BU1111109f7e067e279523808d267e2d85", "SkipAutomaticSecVet"=>false, "CustomerProfileBundleSid"=>"BU0000009f7e067e279523808d267e2d90"}
{
"sid": "BN0044409f7e067e279523808d267e2d85",
"url": "https://messaging.twilio.com/v1/a2p/BrandRegistrations/BN0044409f7e067e279523808d267e2d85",
"mock": false,
"links": {
"brand_vettings": "https://messaging.twilio.com/v1/a2p/BrandRegistrations/BN0044409f7e067e279523808d267e2d85/Vettings",
"brand_registration_otps": "https://messaging.twilio.com/v1/a2p/BrandRegistrations/BN0044409f7e067e279523808d267e2d85/SmsOtp"
},
"errors": [],
"status": "PENDING",
"tcr_id": "BXXXXXX",
"brand_type": "STANDARD",
"account_sid": "AC78e8e67fc0246521490fb9907fd0c165",
"brand_score": 42,
"date_created": "2021-01-28T10:45:51Z",
"date_updated": "2021-01-28T10:45:51Z",
"russell_3000": true,
"brand_feedback": [
"TAX_ID",
"NONPROFIT"
],
"failure_reason": "Registration error",
"identity_status": "VERIFIED",
"government_entity": false,
"tax_exempt_status": "501c3",
"a2p_profile_bundle_sid": "BU1111109f7e067e279523808d267e2d85",
"skip_automatic_sec_vet": false,
"customer_profile_bundle_sid": "BU0000009f7e067e279523808d267e2d90"
}
{
"sid": "BN0044409f7e067e279523808d267e2d85",
"url": "https://messaging.twilio.com/v1/a2p/BrandRegistrations/BN0044409f7e067e279523808d267e2d85",
"mock": false,
"links": {
"brand_vettings": "https://messaging.twilio.com/v1/a2p/BrandRegistrations/BN0044409f7e067e279523808d267e2d85/Vettings",
"brand_registration_otps": "https://messaging.twilio.com/v1/a2p/BrandRegistrations/BN0044409f7e067e279523808d267e2d85/SmsOtp"
},
"errors": [],
"status": "PENDING",
"tcr_id": "BXXXXXX",
"brand_type": "SOLE_PROPRIETOR",
"account_sid": "AC78e8e67fc0246521490fb9907fd0c165",
"brand_score": null,
"date_created": "2021-01-28T10:45:51Z",
"date_updated": "2021-01-28T10:45:51Z",
"russell_3000": false,
"brand_feedback": null,
"failure_reason": null,
"identity_status": "UNVERIFIED",
"government_entity": false,
"tax_exempt_status": null,
"a2p_profile_bundle_sid": "BU1111109f7e067e279523808d267e2d85",
"skip_automatic_sec_vet": false,
"customer_profile_bundle_sid": "BU0000009f7e067e279523808d267e2d90"
}