Real-Dev-Squad / notification-service

MIT License
0 stars 1 forks source link

Create API contracts #10

Open vikhyat187 opened 1 year ago

prakashchoudhary07 commented 1 year ago

Contracts

Routes

Authentication:

POST /auth/login

Send Notification:

POST /notifications/send

Get Notification:

GET /notifications/:id

Get Notification Status:

GET /notifications/:id/status
vikhyat187 commented 1 year ago

@prakashchoudhary07 for the auth api, should we have JWT token?