Dittofeed home page
Search...
⌘K
Ask AI
Community
dittofeed/dittofeed
dittofeed/dittofeed
Search...
Navigation
User Guides
Accessing the Admin API
Documentation
API Reference
Embedded Components
Get Instant Help
Tutorial Videos
Demo App
Getting Started
Introduction
Quick Start
Video Walkthrough
dittofeed-ee
Glossary
Deployment
Self-hosting Dittofeed
Self-Hosting Options
Using Dittofeed Cloud
Integrations
Data Sources
Data Source Types
Message Channels
Message Channel Types
SDK's
Available SDK's
Data Destinations
Data Destination Types
Workspace Resources
Resources
Journeys
Journey Nodes
Segments
Segment Nodes
Templates
Template Types
Workspaces
Subscription Groups
User Properties
User Property Types
Broadcasts
Groups
User Guides
Submitting User Events
Roadmap
Frequently Asked Questions (FAQ)
Creating Journeys
Sample Journeys
Accessing the Admin API
Submitting Broadcasts via API
Mailing List / Newsletter
Git Based Workflows
License
Contributing
Running Dittofeed Locally
System Architecture
Updating Dittofeed's API Docs
On this page
Creating an Admin API Key
Using an Admin API Token
User Guides
Accessing the Admin API
The Admin API allows you to manage your Dittofeed workspace programmatically. These endpoints are prefixed with the path
/api/admin
. Unlike public
/api/public
endpoints, Admin API endpoints require an Admin API key.
Creating an Admin API Key
Admin API keys can be created from the settings page
/dashboard/settings#admin-api-key
.
Once an Admin API key is created, its value can’t be read again. Make sure to write it down and store it securely.
Using an Admin API Token
To authenticate with the Admin API, include the Admin API key in the
Authorization
header of your requests.
Copy
Ask AI
Authorization: Bearer <token>
Appointment Reminders
Submitting Broadcasts via API
Assistant
Responses are generated using AI and may contain mistakes.