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.
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.
To authenticate with the Admin API, include the Admin API key in the Authorization
header of your requests.