brands
Creates a new Draft Brand in US with the request data.
Creates a new Draft Brand in US with the request data.
Note: The Idempotency-Key header is not supported in this version. Submitting the same request twice may create duplicate resources. Callers are responsible for deduplicating on their end. Idempotency-Key support will be added when this operation reaches Stable stability.
post/v1/projects/{projectId}/us/brands
Path parameters
projectIdstring required
Customer's project id
Request body
Example request
{
"displayName": "My End Customer Brand Name",
"legalCompanyName": "Alpha Adventures Corp.",
"dba": "Alpha Adventures",
"registrationCountry": "US",
"registrationState": "California",
"stockMarketSymbol": "SINCH",
"exchange": "NASDAQ",
"website": "https://www.sinch.com",
"companyEmail": "john.doe@sinch.com",
"estimatedAnnualRevenue": "100K-1M USD",
"country": "US",
"street": "129 MacDougal Street, Manhattan",
"street2": "D, 7th floor",
"city": "New York",
"state": "New York",
"stateCode": "NY",
"zip": "10012",
"taxCountry": "US",
"federalTaxId": "123456789",
"duns": "123456789",
"giin": "ABC9EF.A23FF.US.724",
"lei": "549300L4R7HSB20U5D88",
"firstName": "John",
"lastName": "Doe",
"phoneNumber": "+19176393200",
"phoneNumberExtension": "343",
"mobilePhoneNumber": "+12015550143",
"contactEmail": "john.doe@sinch.com",
"politicalToken": "cv_a1b2c3d4e5f67890a1b2c3d4e5f67890",
"politicalUrl": "https://www.fec.gov/data/committee/C00123456/",
"governmentWebsite": "https://www.fcc.gov",
"governmentTypeOther": "International Port Authority Commission",
"charitableAccreditation": "BBB Wise Giving Alliance",
"scText": "We need 11111, if not available please provide SINCH",
"contentProvider": true,
"attachmentInputs": [
{
"fileName": "sender_id_registration_form.docx",
"attachmentType": "COMPANY_BANNER",
"fileUrl": "https://www.files.com/myfile.png"
}
]
}Response
Brand created successfully.
Example response
{
"displayName": "My End Customer Brand Name",
"legalCompanyName": "Alpha Adventures Corp.",
"dba": "Alpha Adventures",
"registrationCountry": "US",
"registrationState": "California",
"stockMarketSymbol": "SINCH",
"exchange": "NASDAQ",
"website": "https://www.sinch.com",
"companyEmail": "john.doe@sinch.com",
"estimatedAnnualRevenue": "100K-1M USD",
"country": "US",
"street": "129 MacDougal Street, Manhattan",
"street2": "D, 7th floor",
"city": "New York",
"state": "New York",
"stateCode": "NY",
"zip": "10012",
"taxCountry": "US",
"federalTaxId": "123456789",
"duns": "123456789",
"giin": "ABC9EF.A23FF.US.724",
"lei": "549300L4R7HSB20U5D88",
"firstName": "John",
"lastName": "Doe",
"phoneNumber": "+19176393200",
"phoneNumberExtension": "343",
"mobilePhoneNumber": "+12015550143",
"contactEmail": "john.doe@sinch.com",
"politicalToken": "cv_a1b2c3d4e5f67890a1b2c3d4e5f67890",
"politicalUrl": "https://www.fec.gov/data/committee/C00123456/",
"governmentWebsite": "https://www.fcc.gov",
"governmentTypeOther": "International Port Authority Commission",
"charitableAccreditation": "BBB Wise Giving Alliance",
"scText": "We need 11111, if not available please provide SINCH",
"brandId": "1234567890",
"status": "ACTIVE",
"contentProvider": true,
"attachments": [
{
"attachmentId": "d1c7ccbf-919d-462f-8587-dec95a1b11ee",
"fileName": "sender_id_registration_form.docx",
"attachmentType": "COMPANY_BANNER",
"mimeType": "application/pdf",
"uploadStatus": "COMPLETED",
"createTime": "2021-11-03T14:30:03Z",
"updateTime": "2021-11-03T14:30:03Z"
}
],
"logs": [
{
"createTime": "2021-11-03T14:30:03Z",
"message": "Please update the attachment connected to your request.",
"brandCurrentState": "ACTIVE"
}
],
"channels": [
"RCS"
],
"createTime": "2023-10-01T12:00:00Z",
"updateTime": "2023-10-01T12:00:00Z"
}