# 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 requests to your company's REST API endpoint (this will correspond to your Dashboard URL as shown in the table below). Customers using Braze's EU database should use `https://rest.fra-01.braze.eu/`. For more information on REST API endpoints for customers using Braze's EU database see our [EU/US Implementation Differences documentation](https://www.braze.com/docs/developer_guide/eu01_us3_sdk_implementation_differences/overview/). ## Braze Instances Instance | Dashboard URL | REST Endpoint ----------- |---------------- | -------------------- US-01 | `https://dashboard.braze.com` or<br>
https://rest.iad-01.braze.com31 endpoints available
/feed/listNews Feed Cards List
/canvas/listCanvas List
/events/listCustom Events List
/feed/detailsNews Feed Cards Details
/segments/listSegment List
/campaigns/listCampaign List
/canvas/detailsCanvas Details
/feed/data_seriesNews Feed Card Analytics
/segments/detailsSegment Details
/campaigns/detailsCampaign Details
/sends/data_seriesSend Analytics
/canvas/data_seriesCanvas Data Series Analytics
/email/hard_bouncesQuery Hard Bounced Emails
/email/unsubscribesQuery List of Unsubscribed Email Addresses
/events/data_seriesCustom Events Analytics
/canvas/data_summaryCanvas Data Analytics Summary
/content_blocks/infoSee Content Block Information
/content_blocks/listList Available Content Blocks
/kpi/dau/data_seriesDaily Active Users by Date
/kpi/mau/data_seriesMonthly Active Users for Last 30 Days
/segments/data_seriesSegment Analytics
/sessions/data_seriesApp Sessions by Time
/templates/email/infoSee Email Template Information
/templates/email/listList Available Email Templates
/campaigns/data_seriesCampaign Analytics
/subscription/status/getList User's Subscription Group Status - SMS
/subscription/user/statusList User's Subscription Group - SMS
/kpi/new_users/data_seriesDaily New Users by Date
/kpi/uninstalls/data_seriesKPIs for Daily App Uninstalls by Date
/messages/scheduled_broadcastsGet Upcoming Scheduled Campaigns and Canvases
/canvas/trigger/schedule/createSchedule API Triggered Canvases
# 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 requests to your company's REST API endpoint (this will correspond to your Dashboard URL as shown in the table below). Customers using Braze's EU database should use `https://rest.fra-01.braze.eu/`. For more information on REST API endpoints for customers using Braze's EU database see our [EU/US Implementation Differences documentation](https://www.braze.com/docs/developer_guide/eu01_us3_sdk_implementation_differences/overview/). ## Braze Instances Instance | Dashboard URL | REST Endpoint ----------- |---------------- | -------------------- US-01 | `https://dashboard.braze.com` or<br>
https://rest.iad-01.braze.com31 endpoints available
/feed/listNews Feed Cards List
/canvas/listCanvas List
/events/listCustom Events List
/feed/detailsNews Feed Cards Details
/segments/listSegment List
/campaigns/listCampaign List
/canvas/detailsCanvas Details
/feed/data_seriesNews Feed Card Analytics
/segments/detailsSegment Details
/campaigns/detailsCampaign Details
/sends/data_seriesSend Analytics
/canvas/data_seriesCanvas Data Series Analytics
/email/hard_bouncesQuery Hard Bounced Emails
/email/unsubscribesQuery List of Unsubscribed Email Addresses
/events/data_seriesCustom Events Analytics
/canvas/data_summaryCanvas Data Analytics Summary
/content_blocks/infoSee Content Block Information
/content_blocks/listList Available Content Blocks
/kpi/dau/data_seriesDaily Active Users by Date
/kpi/mau/data_seriesMonthly Active Users for Last 30 Days
/segments/data_seriesSegment Analytics
/sessions/data_seriesApp Sessions by Time
/templates/email/infoSee Email Template Information
/templates/email/listList Available Email Templates
/campaigns/data_seriesCampaign Analytics
/subscription/status/getList User's Subscription Group Status - SMS
/subscription/user/statusList User's Subscription Group - SMS
/kpi/new_users/data_seriesDaily New Users by Date
/kpi/uninstalls/data_seriesKPIs for Daily App Uninstalls by Date
/messages/scheduled_broadcastsGet Upcoming Scheduled Campaigns and Canvases
/canvas/trigger/schedule/createSchedule API Triggered Canvases