Marks a notification(s) as read by its id or all if id is not specified
PUT
https://api.veloconnect.me/api/notifications
Notifications & Statistics
Last modified:2026-07-17 00:59:58
Marks a notification(s) as read by its id or all if id is not specified.Updates the target resource.Authentication:Authorization: Bearer <JWT> (obtain via Partner login, refresh via Refresh token).Example request:
Request
Authorization
or
Query Params
Responses
🟢200OK
application/json
Updated notification id
Bodyapplication/json
🟠400Bad Request
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request PUT 'https://api.veloconnect.me/api/notifications?id=undefined'