Auth (Login) API

Use the Login API to log in to the NetMaster API Service and receive an authentication token.

Base URL

/api/vnn/auth

Endpoints

  • POST /api/v1/auth/login
    - Login and return an authentication token.
  • POST /api/v1/auth/logout
    - Logout and end the JWT token authentication.
  • GET /api/v1/auth/query
    - Validate the token and return token details.