Health Check
Last updated
GET /api/ping HTTP/1.1
Accept: */*
pongPOST /api/echo HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 80
{
"action": "echo",
"payload": {
"active": true,
"id": "ext-123"
},
"source": "api-client"
}{
"action": "echo",
"payload": {
"active": true,
"id": "ext-123"
},
"source": "api-client"
}