Nstech | NsConnect
  1. NSAuth
Nstech | NsConnect
  • NSConnect
    • /message-queue
      GET
    • /message-queue
      DELETE
  • NSAuth
    • /auth
      POST
  1. NSAuth

/auth

NSConnectHML
https://hml-api.nsseg.io/nsconnect
NSConnectHML
https://hml-api.nsseg.io/nsconnect
POST
/auth
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://hml-api.nsseg.io/nsconnect/auth'
Response Response Example
200 - Example 1
[
    {
        "access_token": "string",
        "expires_in": 0,
        "refresh_expires_in": 0,
        "token_type": "string",
        "scope": "string",
        "refresh_token": "string",
        "session_state": "string"
    }
]

Request

Header Params
clientId
string 
optional
clientSecret
string 
optional
refreshToken
string 
optional

Responses

🟢200OK
text/plain
Success
Body
array of:
access_token
string  | null 
optional
expires_in
integer <int32>
optional
refresh_expires_in
integer <int32>
optional
token_type
string  | null 
optional
scope
string  | null 
optional
refresh_token
string  | null 
optional
session_state
string  | null 
optional
🟠400Bad Request
🟠401Unauthorized
Modified at 2025-05-22 17:17:20
Previous
/message-queue
Built with