Health Check
Body
Other propertiesanyOptional
Responses
200
Returns the same payload received in the request
application/json
Other propertiesanyOptional
post/api/echo
POST /api/echo HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 80
{
"action": "echo",
"payload": {
"active": true,
"id": "ext-123"
},
"source": "api-client"
}200
Returns the same payload received in the request
{
"action": "echo",
"payload": {
"active": true,
"id": "ext-123"
},
"source": "api-client"
}Last updated