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
      • POSTTOKEN
    • Device
    • User
    • Geozone
    • Fleets
    • Notifications
    • Routes
    • Passengers
    • Account Status
    • Nukio SDK
LogoLogo
Nukio APIAuthentication

TOKEN

||View as Markdown|
POST
https://app.nukio.mx/api/v1/auth/login
POST
/api/v1/auth/login
$curl -X POST https://app.nukio.mx/api/v1/auth/login \
> -H "authorization: <apiKey>" \
> -H "Content-Type: application/json" \
> -d '{
> "userID": "yourUser",
> "password": "yourPassword",
> "accountID": "yourAccount"
>}'
200Authentication_TOKEN_example
1{
2 "token": "demo%7Cdemo%7C1g70699ndbrgd10jm3dm3007pp",
3 "success": "1",
4 "status_code": "200"
5}
Was this page helpful?
Previous

Overview

Next

Overview

Built with

Authentication

authorizationstring
API Key authentication via header

Headers

stringOptional

Request

This endpoint expects an object.
userIDstringRequired
passwordstringRequired
accountIDstringRequired

Response headers

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

Response

OK
tokenstring
successstring
status_codestring