Marketing automation & email
braze.com
Braze sandbox and mock API
# Braze API Overview Braze provides a high performance REST API to allow you to track users, send messages, export data, and more. A REST API is a way to programmatically transfer information over the web using a predefined schema. Braze has created many different endpoints with specific requirements that will perform various actions and/or return various data. API access is done using HTTPS web r Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 31
- Collections
- -
- Event types
- -
example request
curl https://your-braze.slurry.io/campaigns/data_series \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.0.0.
What gets simulated
Collections, relationships and state machines are worked out from the spec when you start the simulation.
- State. Creates, updates and deletes persist and show up in later reads.
- Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
- Webhooks. Every change emits a signed, retried event.
- Failure. Per-endpoint errors, latency and chaos rules, on demand.
Operations
First 12 of 31.
- GET/campaigns/data_series
- GET/campaigns/details
- GET/campaigns/list
- GET/canvas/data_series
- GET/canvas/data_summary
- GET/canvas/details
- GET/canvas/list
- POST/canvas/trigger/schedule/create
- GET/content_blocks/info
- GET/content_blocks/list
- GET/email/hard_bounces
- GET/email/unsubscribes