Test Connection to Konnect Rest Server
Step 2:- Test Connection to Konnect Rest Server
- At Any time a connection test can be made to the Konnect Server without any credentials
- If the server is up and running a success message would be sent as a reply.
URI:- /api/app/check
Content-Type:- application/json
Method:- GET
Request Header:- None
Response Payload:-
Response Sample(Success):-
{
"id": "",
"error": "",
"msg": "Api version 1.0"
}
No Comments