Braze
Base URL
The base URL used for all Braze API endpoints contains the Braze Instance:https://dashboard-INSTANCE.braze.com
Authentication & Authorization
The Cyera Braze integration connects using API key authentication which requires a REST API Key.
Scopes
The Braze integration requires specific scopes that must be granted in order to function for a given capability.
| Scope | Access | Deletion | Opt Out |
|---|---|---|---|
email.unsubscribe | |||
events.list | ✅ | ||
segments.list | |||
users.delete | ✅ | ||
users.export.ids | ✅ | ||
users.export.segment | |||
users.track | ✅ |
Endpoints Utilized
Cyera uses the following endpoints to authorize and test the connection:
| Method | Endpoint | Purpose | Docs |
|---|---|---|---|
| GET | /email/unsubscribes | Query list of unsubscribed email addresses | |
| POST | /users/export/ids | Export user profile by identifier |
Limits
Limits in Braze are calculated using the leaky
bucket algorithm. All requests that are made after rate limits have been
exceeded are throttled and an HTTP 429 Too Many Requests error is returned.
Requests succeed again after enough requests have emptied out of the bucket.
- Cyera supports requests throttling to stay within 70-80% of specified service rate limits.
- Cyera processes API responses with HTTP 429 status to interrupt requests, waiting and retrying (using an exponential backoff strategy).
Capabilities
Access
Cyera's Braze integration provides Synchronous Access capabilities for the following supported identifier category: Email.Data Interactions
For Access requests, Cyera will take the following actions:
- Export data from the user profile using configured identifiers.
Endpoints Utilized
Deletion
Cyera's Braze integration provides Asynchronous Deletion capabilities for the following supported identifier category: Email.Data Interactions
For Deletion requests, Cyera will take the following actions:
- Export data from the user profile using configured identifiers.
- Delete selected user profiles using the Braze user identifier.
Endpoints Utilized
| Method | Endpoint | Purpose | Docs |
|---|---|---|---|
| POST | /users/delete | Delete any user profile by specifying a Braze user identifier | |
| POST | /users/export/ids | Export user profile by identifier |
Opt Out
Cyera's Braze integration provides Opt Out capabilities for the following supported identifier category: Email.Data Interactions
For Opt Out requests, Cyera will take the following actions:
- Export data from the user profile using configured identifiers.
- Update attributes to set
opted_outvalue for all detected user profiles by specifying a Braze user identifier.
Endpoints Utilized
| Method | Endpoint | Purpose | Docs |
|---|---|---|---|
| POST | /users/export/ids | Export user profile by identifier | |
| POST | /users/track | Track users |
Disclaimer: The information contained in this message does not constitute as legal advice. We would advise seeking professional counsel before acting on or interpreting any material.