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
      • GETgroups
      • GETactivations
      • GETactivations by time
      • GETfleetMetadata
      • GETfleetData
      • GETfleetData range
    • Notifications
    • Routes
    • Passengers
    • Account Status
    • Nukio SDK
LogoLogo
Nukio APIFleets

activations

||View as Markdown|
GET
https://app.nukio.mx/api/v1/events/activations/summary/authorization
GET
/api/v1/events/activations/summary/authorization
$curl https://app.nukio.mx/api/v1/events/activations/summary/authorization \
> -H "authorization: <apiKey>" \
> -H "Content-Type: application/json"
200Fleets_activations_example
1{
2 "base": 125,
3 "fuel": 87,
4 "cargo": 43,
5 "activations": 255,
6 "status_code": "200"
7}
Was this page helpful?
Previous

groups

Next

activations by time

Built with

Authentication

authorizationstring
API Key authentication via header

Response headers

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

Response

OK
baseinteger
fuelinteger
cargointeger
activationsinteger
status_codestring