# Brand Registration Sharing

## Created

`com.twilio.messaging.compliance.brand-registration.sharing-created`

Brand Registration Sharing Created events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the [Webhook](/docs/events/webhook-quickstart) or [Kinesis](/docs/events/eventstreams-quickstart) quickstarts and refer to the [product documentation](/docs/messaging/compliance/a2p-10dlc/event-streams-setup).

**Examples**

```json
{
  "specversion" : "1.0",
  "type" : "com.twilio.messaging.compliance.brand-registration.sharing-created",
  "source" : "AB00000000000000000000000001",
  "id" : "NO00000000000000000000000001",
  "dataschema" : "https://events-schemas.twilio.com/A2P.BrandRegistrationSharingCreated/2",
  "datacontenttype" : "2025-10-08T07:17:02.363Z",
  "data" : {
    "accountsid" : "AC0000000000000000000000000000001",
    "brandsid" : "BN0000000000000000000000000000001"
  }
}
```

**Versions**

#### v2 (latest)

> \[!NOTE]
>
> v2 only contains updates to the schema metadata. In other words, there are no new fields between v1 and v2.

* `string` **accountsid**. Id of the Twilio account from where Brand Registration Sharing was created.
* `string` **brandsid**. Unique ID for brand.

The full specification for version 2 is also available as a [JSON schema](https://events-schemas.twilio.com/A2P.BrandRegistrationSharingCreated/2).

#### v1

* `string` **accountsid**. Id of the Twilio account from where Brand Registration Sharing was created.
* `string` **brandsid**. Unique ID for brand.

The full specification for version 1 is also available as a [JSON schema](https://events-schemas.twilio.com/A2P.BrandRegistrationSharingCreated/1).

## Deleted

`com.twilio.messaging.compliance.brand-registration.sharing-deleted`

Brand Registration Sharing Deleted events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the [Webhook](/docs/events/webhook-quickstart) or [Kinesis](/docs/events/eventstreams-quickstart) quickstarts and refer to the [product documentation](/docs/messaging/compliance/a2p-10dlc/event-streams-setup).

**Examples**

```json
{
  "specversion" : "1.0",
  "type" : "com.twilio.messaging.compliance.brand-registration.sharing-deleted",
  "source" : "AB00000000000000000000000001",
  "id" : "NO00000000000000000000000001",
  "dataschema" : "https://events-schemas.twilio.com/A2P.BrandRegistrationSharingDeleted/2",
  "datacontenttype" : "2025-10-08T07:17:02.363Z",
  "data" : {
    "accountsid" : "AC0000000000000000000000000000001",
    "brandsid" : "BN0000000000000000000000000000001"
  }
}
```

**Versions**

#### v2 (latest)

> \[!NOTE]
>
> v2 only contains updates to the schema metadata. In other words, there are no new fields between v1 and v2.

* `string` **accountsid**. Id of the Twilio account from where Brand Registration Sharing was deleted.
* `string` **brandsid**. Unique ID for brand.

The full specification for version 2 is also available as a [JSON schema](https://events-schemas.twilio.com/A2P.BrandRegistrationSharingDeleted/2).

#### v1

* `string` **accountsid**. Id of the Twilio account from where Brand Registration Sharing was deleted.
* `string` **brandsid**. Unique ID for brand.

The full specification for version 1 is also available as a [JSON schema](https://events-schemas.twilio.com/A2P.BrandRegistrationSharingDeleted/1).
