Read and Archive API Working, but Delete and Seen Endpoints Return 404
Hi Novu Support,
I’m currently integrating the Novu Inbox API in my application.
The following endpoints are working correctly through my setup:
PATCH /v1/inbox/notifications/:id/read
PATCH /v1/inbox/notifications/:id/archive
However, the following API calls return a 404 Not Found error:
POST /v1/inbox/notifications/seen
DELETE /v1/inbox/notifications/:id/delete
I’m using the @novu/js SDK.




2 Replies
Hi 👋
Are you self hosting Novu?
Are you self hosting Novu?
Yes, I’m self-hosting Novu locally.
The API is running on http://localhost:3003 and the WebSocket server on http://localhost:3002