Quick Start¶
Interne Entwickler-Dokumentation
Diese Dokumentation richtet sich ausschließlich an das interne Entwicklerteam. Sie ist nicht für Endbenutzer oder externe Entwickler bestimmt.
In this tutorial, you will create your first subscriber and assign tags -- in under 5 minutes.
Prerequisites¶
- Local Setup completed
- Server running on
localhost:8000(viamake dev) - Org-scoped API key available (see below)
1. Start the Development Environment¶
| Bash | |
|---|---|
2. Create a Bootstrap API Key¶
After setup, create an org-scoped API key:
| Bash | |
|---|---|
Org-scoped API Keys
API Keys sind immer an eine Organisation gebunden. Der Bootstrap-Key erstellt automatisch eine Default-Organisation für die lokale Entwicklung.
| Bash | |
|---|---|
3. Health Check¶
Verify that the API is reachable:
| Bash | |
|---|---|
Expected response:
4. Create a Tag¶
Create a tag for newsletter categories:
5. Create a Subscriber¶
Register a new subscriber:
6. Update Preferences¶
The subscriber wants to subscribe to an additional newsletter:
7. Query Preferences¶
View current subscriptions:
Response:
Summary¶
You have learned how to:
- Start the development environment with
make dev - Create an org-scoped bootstrap API key
- Perform an API health check
- Create tags for newsletter categories
- Register a subscriber with initial tags
- Update subscriber preferences
- Query current subscriptions
Next Steps¶
-
Authentication
Understand API keys and Magic Link auth.
-
Subscriber Management
Advanced subscriber operations.
-
Tag Management
Manage tags and categories.