Authentication (Service)


Authentication Endpoint for all Service API. You will need to get API Key from Administrator for your user.

Expiration: Token expire automatically within 1 hour


Endpoint URL

https://smartdoc.myhumatrix.com/service/auth


GET

Header  
   Authorization:  {API Key}

Response

{
  "message": "Success",
  "token": "b3b30c-fbe51c-7e6ee3-b1df95-a0bd25"
}