Endpoints
Dittofeed’s API is compatible with segment’s API.Authentication
Dittofeed’s API uses Write Keys to authenticate requests. You can find your Write Key in your workspace settings/dashboard/settings#settings#write-key-title
.
Include write keys as an HTTP Authorization: Basic ...
header in your requests. It’s safe to include this write key in your
client (e.g. your web client javascript payload).
For example, you can use the following to submit an identify request to our demo workspace: