---
title: "Submit an RCS brand"
method: POST
path: "/rcs/brands/{id}/submit"
tags: ["RCS Brands"]
---

# Submit an RCS brand

`POST /rcs/brands/{id}/submit`

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.

## Path parameters

- `id` string, uuid, required

## Response `202`

The brand submission was accepted.

- BrandResponse
  - `addresses` object, required
  - `brand_id` string, uuid, required
  - `capabilities` CapabilitiesResponse, required
    - `brand_entity` boolean, required
    - `brand_verification` boolean, required
    - `campaigns` boolean, required
    - `distinct_launch_phase` boolean, required
    - `invite_test_devices` boolean, required
    - `per_carrier_approval` boolean, required
    - `submission_sections` boolean, required
    - `templates` boolean, required
    - `vendor_webhooks` boolean, required
  - `contacts` object, required
  - `display_name` string, required
  - `identifiers` object, required
  - `legal_entity_type` string, required
  - `legal_name` string, required
  - `organization_type` string, required
  - `profile_id` string, nullable, required
  - `status` 'CREATED' | 'CONFIGURED' | 'SUBMITTED' | 'REVIEWING' | 'VETTING' | 'VERIFIED' | 'REJECTED' | 'FAILED', required
  - `website_url` string, uri, required

## Other responses

- `401` — The request is not authenticated.
- `404` — The resource does not exist, is not owned by the organization, or the provider does not support the requested capability.
- `409` — The operation is not allowed in the current lifecycle state or the idempotency key was used for a different request.

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
