2 endpoints

Notifications

Base path: /notifications · Source: backend/src/modules/notifications/notifications.controller.ts

GET/notifications
bearer

Ejemplo curl

curl -X GET 'https://api.mosend.dev/notifications' \
  -H 'Authorization: Bearer YOUR_TOKEN'
PATCH/notifications/:id/read
bearer

Path params

idstring

Ejemplo curl

curl -X PATCH 'https://api.mosend.dev/notifications/00000000-0000-0000-0000-000000000000/read' \
  -H 'Authorization: Bearer YOUR_TOKEN'