RCS Brands

Submit an RCS brand

Starts asynchronous provider provisioning and external review for a brand. Repeating this request for an in-progress brand returns its current state without creating new work.

post/rcs/brands/{id}/submit

Path parameters

idstring uuid required

The Telnyx-assigned brand identifier.

Response

The brand submission was accepted.

brand_idstring uuid required
display_namestring required
legal_namestring required
legal_entity_typestring required
organization_typestring required
website_urlstring uri required
status'CREATED' | 'CONFIGURED' | 'SUBMITTED' | 'REVIEWING' | 'VETTING' | 'VERIFIED' | 'REJECTED' | 'FAILED' required
profile_idstring nullable required
identifiersobject required
addressesobject required
contactsobject required

Example response

{
  "brand_id": "11111111-1111-4111-8111-111111111111",
  "display_name": "Acme",
  "legal_name": "Acme LLC",
  "legal_entity_type": "LIMITED_LIABILITY_COMPANY",
  "organization_type": "PRIVATE_PROFIT",
  "website_url": "https://www.example.com",
  "status": "CREATED",
  "profile_id": "40000000-0000-0000-0000-000000000001",
  "identifiers": {
    "ein": {
      "identifier_type": "EIN",
      "value": "12-3456789"
    }
  },
  "addresses": {
    "primary": {
      "line_1": "1 Main Street",
      "city": "Chicago",
      "administrative_area": "IL",
      "postal_code": "60601",
      "country_code": "US"
    }
  },
  "contacts": {
    "brand": {
      "contact_type": "BRAND",
      "first_name": "Jane",
      "last_name": "Doe",
      "title": "Messaging Operations Manager",
      "email": "jane@example.com",
      "phone_number": "+13125550100"
    }
  },
  "capabilities": {
    "brand_entity": true,
    "brand_verification": true,
    "submission_sections": true,
    "distinct_launch_phase": false,
    "per_carrier_approval": false,
    "templates": false,
    "campaigns": false,
    "vendor_webhooks": false,
    "invite_test_devices": false
  }
}

Changes

Changed in 1 of the 99 revisions of this API.1

Of the 99 revisions, 1 has no diff computed.