Send notifications, manage recipients, their notifications and preferences.
https://api.bodhveda.com
.
Authorization
header with a Bearer token:
YOUR_API_KEY
with your actual API key that looks like bv_xxxxxxxxx
.
⚠️ Security Warning:
If yourrecipient_id
values are predictable (e.g., auto-incrementing integers), you should not exposeRecipient access
scoped API keys on the frontend.
Instead, route requests through your own backend to ensure recipient access is properly scoped and protected.
401 Unauthorized
response.403 Forbidden
response.2xx
HTTP codes correspond to success, 4xx
codes are for user-related failures, and 5xx
codes are for infrastructure issues.
Status | Description |
---|---|
2xx | Successful request. |
400 | Invalid input or malformed request |
401 | The API Key is missing or invalid. |
403 | The API key has insufficient permissions. |
404 | The resource was not found. |
409 | The resource already exists. |
429 | The rate limit was exceeded. |
5xx | Indicates an error with Bodhveda servers. |
429 Too Many Requests
response.