Overview
Briefkasten comes with a REST API reachable at https://briefkastenhq.com/api/v1/**
. These are based on SvelteKit +server
Routes and the code can be found in the monorepo at /apps/web/src/routes/api/v1/*
.
Authentication
You can get your API token from the Settings page.
Then you can use your token to authenticate by passing it in the Authorization
Header.
Last updated on