# `Twilio.Messaging.V1.A2p.BrandRegistration.VettingService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/messaging/v1/a2p/brand_registration/vetting_service.ex#L2)

A Messaging Service resource to add and get Brand Vettings.

Operations: `list`, `create`, `fetch`

# `create`

```elixir
@spec create(Twilio.Client.t(), String.t(), map(), keyword()) ::
  {:ok, Twilio.Resources.Messaging.V1.A2p.BrandRegistration.Vetting.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Operation: `CreateBrandVetting` | Tags: MessagingV1BrandVetting

## Required Parameters

| Parameter | Type | Description |
|-----------|------|-------------|
| `VettingProvider` | string |  Values: `campaign-verify`, `aegis` |
## Optional Parameters

| Parameter | Type | Description |
|-----------|------|-------------|
| `VettingId` | string | The unique ID of the vetting |

# `fetch`

```elixir
@spec fetch(Twilio.Client.t(), String.t(), String.t(), keyword()) ::
  {:ok, Twilio.Resources.Messaging.V1.A2p.BrandRegistration.Vetting.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Operation: `FetchBrandVetting` | Tags: MessagingV1BrandVetting

# `list`

```elixir
@spec list(Twilio.Client.t(), String.t(), map(), keyword()) ::
  {:ok, Twilio.Page.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Operation: `ListBrandVetting` | Tags: MessagingV1BrandVetting

## Query Parameters

| Parameter | Type | Description |
|-----------|------|-------------|
| `VettingProvider` | string | The third-party provider of the vettings to read |

# `stream`

```elixir
@spec stream(Twilio.Client.t(), String.t(), map(), keyword()) :: Enumerable.t()
```

Stream:  (lazy auto-pagination).

---

*Consult [api-reference.md](api-reference.md) for complete listing*
