For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
  • Nukio API
    • Authentication
    • Device
    • User
    • Geozone
    • Fleets
    • Notifications
      • GETcheckaccount
      • GETgetMessages
      • POSTsetMessages
      • GETgetAllPushNotifications
      • GETunregister-push
      • GETsetViewed
      • GETregister-push
      • GETgetNotifications
      • GETgetDeviceNotifications
    • Routes
    • Passengers
    • Account Status
    • Nukio SDK
LogoLogo
Nukio APINotifications

setViewed

||View as Markdown|
GET
https://app.nukio.mx/api/v1/notificationqueue/setViewed/:messageID/authorization
GET
/api/v1/notificationqueue/setViewed/:messageID/authorization
$curl https://app.nukio.mx/api/v1/notificationqueue/setViewed/584521/authorization \
> -H "authorization: <apiKey>"
200Notifications_setViewed_example
1{
2 "reason": "invalid notification id",
3 "success": "0",
4 "status_code": 401
5}
Was this page helpful?
Previous

unregister-push

Next

register-push

Built with

Authentication

authorizationstring
API Key authentication via header

Path parameters

messageIDstringRequired
Message id to set as viewed

Response headers

pragmastring
:statusstring
expiresstring
accept-rangesstring
cache-controlstring
x-frame-optionsstring
x-xss-protectionstring
x-application-contextstring
x-content-type-optionsstring

Response

OK
reasonstring
successstring
status_codeinteger