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
    • Routes
    • Passengers
      • GETpassengerCount
    • Account Status
    • Nukio SDK
LogoLogo
Nukio APIPassengers

passengerCount

||View as Markdown|
GET
https://app.nukio.mx/api/v1/device/getallpassengercount/:beginTime/:endTime/authorization
GET
/api/v1/device/getallpassengercount/:beginTime/:endTime/authorization
$curl https://app.nukio.mx/api/v1/device/getallpassengercount/1780076297/1780077297/authorization \
> -H "authorization: <apiKey>"
Was this page helpful?
Previous

Overview

Next

Overview

Built with

Authentication

authorizationstring
API Key authentication via header

Path parameters

beginTimestringRequired

Date range for query on EPOCH (use 0 for wildcard)

endTimestringRequired

Date range for query on EPOCH (use 0 for wildcard)