Verify Service Status- API Ping
Test the API connection status by your customer account and API credential.
- URL: {API root URL}/test
 - Method: GET
 
Response
Attribute List
| Element Name | Data Type | Description | 
|---|---|---|
| Message | String | The customer code assigned by BEST | 
Response Example
{
    "message": "Hello {your customer code}"
}