Reference
Errors
Common response codes
| Code | Meaning |
|---|---|
| 400 | Invalid payload / session |
400 delivery_required | Need destinationUrl and/or `contentText |
400 invalid_expires | Invalid expiry |
| 401 | Unauthenticated |
| 403 | Session / IP mismatch / `dashboard_only |
| 404 | Resource not found |
| 409 | Conflict (email / username) |
410 expired | Link expired |
| 429 | Too fast / rate limited |
Typical body:
json
{ "error": "too_fast", "waitMs": 8200 }