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

groups

||View as Markdown|
GET
https://app.nukio.mx/api/v1/groups/authorization
GET
/api/v1/groups/authorization
$curl https://app.nukio.mx/api/v1/groups/authorization \
> -H "authorization: <apiKey>" \
> -H "Content-Type: application/json"
200Fleets_groups_example
1{
2 "groups": [
3 {
4 "id": "67",
5 "displayText": "Logistics Team A"
6 },
7 {
8 "id": "even",
9 "displayText": "Even Shift Group"
10 },
11 {
12 "id": "prueba",
13 "displayText": "Test Group"
14 },
15 {
16 "id": "odd",
17 "displayText": "Odd Shift Group"
18 },
19 {
20 "id": "freuhauf",
21 "displayText": "Freuhauf Fleet"
22 },
23 {
24 "id": "all",
25 "displayText": "All Groups"
26 }
27 ],
28 "success": "1",
29 "status_code": "200"
30}
Was this page helpful?
Previous

Overview

Next

activations

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
groupslist of objects
successstring
status_codestring