Braze
Sending data to Braze: Step-by-Step Guide
Supported Destination Services
DinMo supports the following destination services:
Please refer to the dedicated documentation page for more information.
Authentication to Braze
DinMo can push your segments and data models directly into Braze via its REST API. This guide shows you how to create the necessary API key in Braze and configure the connection in DinMo.
1. Prerequisites
DinMo access with permission to create Destinations.
Braze account with Developer-level access (to create API keys).
Braze REST API Endpoint and Dashboard URL for your instance:
US instance example:
REST API:
https://rest.iad-01.braze.com
Dashboard:
https://dashboard.iad-01.braze.com
EU instance example:
REST API:
https://rest.eu-01.braze.com
Dashboard:
https://dashboard.eu-01.braze.com
2. Create an API Key in Braze
Log into your Braze dashboard.
Navigate to Developer Console → API Settings.
Click Create API Key.
In the modal:
Name: e.g.
DinMo Integration
Key Type: REST API
Permissions: grant the following scopes as needed:
Permission Scope
Description
users.track
Create or update user profiles and track custom events
users.export.ids
Export user IDs for bulk operations
users.delete
Delete user profiles (optional if you handle deletions via Hightouch)
users.alias.update
Update existing user aliases
subscription.status.set
Set or update subscription status on user profiles
Click Save, then Copy the generated API Key.
3. Configure the Braze Destination in DinMo
In DinMo, go to Destinations in the side nav.
Click Add a new destination → Connect a new platform → Braze.
Fill out the form:
Platform Name: e.g.
Braze – Your Company
REST API URL: your instance’s endpoint (e.g.
https://rest.eu-01.braze.com
)Dashboard URL: your instance’s dashboard (e.g.
https://dashboard.eu-01.braze.com
)API Key: paste the key you copied from Braze
Click Connect to validate your credentials.

4. Verify & Test
After saving, DinMo will perform a test call (e.g.
users.track
) to ensure your key and endpoint work.On failure, double-check:
REST API URL (no trailing slash)
API Key correctness and scopes
That your Braze IP allow-list (if enabled) includes DinMo’s IPs
Last updated