# API

{% hint style="warning" %}

## API

{% hint style="warning" %}
This section is intended for developers utilizing our APIs to add channels.
{% endhint %}

Below you will find the keys to generate secret payloads for adding or updating a channel via the [Script API](https://app.gitbook.com/s/J61ZiAn9bOjRfi7zlGtO/api/script).

Refer to the [configuration page](https://docs.edgetag.io/channels/braze/configuration) for detailed information on the purpose and usage of each input.

#### BRAZE\_API\_KEY

Your Braze REST API key with `users.track` permission.

**Type** PASSWORD

**Optional** false

***

#### BRAZE\_ENDPOINT

Your Braze cluster's REST endpoint, e.g. `https://rest.iad-01.braze.com`. Do not include a trailing slash.

**Type** TEXT

**Optional** false

***

#### BRAZE\_EVENT\_PREFIX

A string prepended to every event name before it is sent to Braze.

**Example value** `ET_`

**Type** TEXT

**Optional** true

***

#### BRAZE\_EXCLUDED\_EVENTS

Comma-separated list of event names to suppress.

**Example value** `PageView,AddToCart`

**Type** TEXT

**Optional** true
{% endhint %}
