HL API solution offers a way to retrieve access tokens by using Username/Password.

Get /System/Echo

This function helps verify if HL API services are down.

Method

GET

Parameters

No parameters

HTTP Response Status Codes

Status Code Description
200 Success
500 Internal Server Error

Success Response

A success message will be returned.

{
  "Echo succeded !"
}

Examples

  • GET https://[HOST]/ System/Echo

 

Get /System/Token

This function enables the dealer to retrieve his token.

Method

GET

Parameters

Refer to the Security section.

HTTP Response Status Codes

Status Code Description
200 Success
400 Bad Request
500 Internal Server Error

Success Response

A success message will be returned.

{
  "327a12b0ea244dba39c9dd806cd1996d7b4"
}

Examples

  • GET https://[HOST]/ System/Token