Ping
POST/ping
Perform a connectivity and availability test to the API service
Request
- application/json
Body
request payload
name stringrequired
mobile phone
email email
trackid uuid
Responses
- 201
- 400
- 409
request successful
- application/json
- Schema
- Example (from schema)
Schema
success booleanrequired
code int32
message string
trackid uuid
stamp int32
{
"success": true,
"code": 0,
"message": "OK",
"trackid": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"stamp": "2016-08-29T09:12:33.001Z"
}
invalid input, object invalid
request failed
Loading...