Service probe
Use this unauthenticated endpoint to confirm that the Document API is serving requests.
Route
| Route | Method | Authorization | Request fields | Success result |
|---|---|---|---|---|
/hello |
GET |
None | None | message and path |
curl -sS https://api.document.m7.org/hello
{
"status": 1,
"comment": "OK",
"data": {
"message": "hello world",
"path": "/hello"
}
}