# Notifications User notifications management ## Fetch a list of Notifications - [GET /notifications](https://docs2.mygpsapi.com/openapi/notifications/paths/~1notifications/get.md): Without params, it returns a list of Notifications the user has access to ## Create a Notification - [POST /notifications](https://docs2.mygpsapi.com/openapi/notifications/paths/~1notifications/post.md) ## Update a Notification - [PUT /notifications/{id}](https://docs2.mygpsapi.com/openapi/notifications/paths/~1notifications~1%7Bid%7D/put.md) ## Delete a Notification - [DELETE /notifications/{id}](https://docs2.mygpsapi.com/openapi/notifications/paths/~1notifications~1%7Bid%7D/delete.md) ## Fetch a list of available Notification types - [GET /notifications/types](https://docs2.mygpsapi.com/openapi/notifications/paths/~1notifications~1types/get.md) ## Send test notification to current user via Email and SMS - [POST /notifications/test](https://docs2.mygpsapi.com/openapi/notifications/paths/~1notifications~1test/post.md)