Imports an existing Brand in US.
This endpoint allows you to import a brand that has already been registered through another reseller or directly by the end-customer, enabling you to manage it through your account. To initiate the transfer, you must specify one of the available import options (IMPORT_TCR_BRAND or IMPORT_GCH_BRAND) and provide the brand's unique ID from its original registry.
Upon receiving the request, the system will copy the brand's information from the source and create an import order that includes all existing third-party metadata from the original registration. Depending on the brand's original registry, an email will be sent to the brand's registered contact address to approve or deny the import request.
Please note that an imported brand cannot be directly modified or updated through our system. For example, a brand imported via IMPORT_GCH_BRAND cannot have its Short Code registration details changed, although it can be extended for other services like 10DLC if required. All maintenance and update operations for the brand remain the responsibility of the original register.
Path parameters
Customer's project id
Request body
Example request
{
"displayName": "My End Customer Brand Name",
"importType": "IMPORT_TCR_BRAND",
"externalBrandId": "GW12345",
"callbackUrl": "https://example.com/callback"
}Response
Brand import initiated successfully.
Example response
{
"brandId": "1234567890",
"brandOrderId": "212421442412",
"brandOwnerContactEmail": "bo***********@sinch.com"
}