2 endpoints
Notifications
Base path: /notifications · Source: backend/src/modules/notifications/notifications.controller.ts
/notifications bearer
Ejemplo curl
curl -X GET 'https://api.mosend.dev/notifications' \ -H 'Authorization: Bearer YOUR_TOKEN'
/notifications/:id/read bearer
Path params
| id | string |
Ejemplo curl
curl -X PATCH 'https://api.mosend.dev/notifications/00000000-0000-0000-0000-000000000000/read' \ -H 'Authorization: Bearer YOUR_TOKEN'