Request
GET /notifications/history
Response
List of notification objects for the authenticated user.
This endpoint returns notifications scoped to the authenticated user only. Tokens from other users cannot access your notification history.
Retrieve all in-app notifications for the authenticated user.
GET /notifications/history
Authorization: Bearer <token>
Show Notification object
in_app).RIDE_STARTED, PAYMENT_RECEIVED).true if you have already read this notification; false otherwise.null if not yet delivered.delivered, pending).curl -X GET http://localhost:8080/notifications/history \
-H "Authorization: Bearer <token>"