RCS Brands
Create an RCS brand
Creates an editable RCS brand draft. Creating the draft does not begin external review.
post/rcs/brands
Request body
Example request
{
"addresses": {
"primary": {
"administrative_area": "IL",
"city": "Chicago",
"country_code": "US",
"line_1": "1 Main Street",
"postal_code": "60601"
}
},
"contacts": {
"brand": {
"contact_type": "BRAND",
"email": "jane@example.com",
"first_name": "Jane",
"last_name": "Doe",
"phone_number": "+13125550100",
"title": "Messaging Operations Manager"
}
},
"display_name": "Acme",
"identifiers": {
"ein": {
"identifier_type": "EIN",
"value": "12-3456789"
}
},
"legal_entity_type": "LIMITED_LIABILITY_COMPANY",
"legal_name": "Acme LLC",
"organization_type": "PRIVATE_PROFIT",
"profile_id": "40000000-0000-0000-0000-000000000001",
"website_url": "https://www.example.com"
}Response
The brand draft was created.
Example response
{
"addresses": {
"primary": {
"administrative_area": "IL",
"city": "Chicago",
"country_code": "US",
"line_1": "1 Main Street",
"postal_code": "60601"
}
},
"brand_id": "11111111-1111-4111-8111-111111111111",
"capabilities": {
"brand_entity": true,
"brand_verification": true,
"campaigns": false,
"distinct_launch_phase": false,
"invite_test_devices": false,
"per_carrier_approval": false,
"submission_sections": true,
"templates": false,
"vendor_webhooks": false
},
"contacts": {
"brand": {
"contact_type": "BRAND",
"email": "jane@example.com",
"first_name": "Jane",
"last_name": "Doe",
"phone_number": "+13125550100",
"title": "Messaging Operations Manager"
}
},
"display_name": "Acme",
"identifiers": {
"ein": {
"identifier_type": "EIN",
"value": "12-3456789"
}
},
"legal_entity_type": "LIMITED_LIABILITY_COMPANY",
"legal_name": "Acme LLC",
"organization_type": "PRIVATE_PROFIT",
"profile_id": "40000000-0000-0000-0000-000000000001",
"status": "CREATED",
"website_url": "https://www.example.com"
}