API Reference
This section documents all available API endpoints for the NotifiedBy service. All endpoints are
served at https://api.notifiedby.com/v1/ and require authentication via an API key passed in
the Authorization header.
Authorization: Api-Key YOUR_API_KEY
Note
The email flows feature must be enabled for your team. If you receive a 403 response,
contact support to have the feature activated on your account.
Email Endpoints
Method |
Endpoint |
Description |
|---|---|---|
POST |
|
Send an email to a recipient. |
GET |
|
List sent emails. |
GET |
|
Get full details of a sent email. |
Flow Endpoints
Method |
Endpoint |
Description |
|---|---|---|
POST |
|
Subscribe a recipient to a flow. |
POST |
|
Unsubscribe a recipient from a flow. |
GET |
|
List flow subscriptions. |
DELETE |
|
Delete a flow subscription. |
Recipient Endpoints
Method |
Endpoint |
Description |
|---|---|---|
POST |
|
Create or update a recipient. |
GET |
|
List all recipients. |
Flag Endpoints
Method |
Endpoint |
Description |
|---|---|---|
POST |
|
Set flags on a recipient. |
POST |
|
Clear flags from a recipient. |
Authentication Errors
All endpoints return 401 or 403 if the API key is missing, invalid, or the email flows
feature is not enabled for your team.
{"detail": "Authentication credentials were not provided."}