Ping Service
GET /ping
Description:
Send a request to the API to check if it is available.
Headers:
- Authorization: (Your Basic Auth String)
- Accept: application/json;charset=UTF-8
Example:
Request:
https://[tenant-end-point]/api/ping
Authorization: Basic {your basic auth}
Accept: application/json;charset=UTF-8
Response:
{
"message": "OK"
}