Skip to content

RestApis Status

Davide Miceli edited this page Jan 28, 2019 · 3 revisions

REST APIs - Status

Returns if the status of the peer is active (it is up and running).

Endpoint

GET /api/health

URL Params

None

Data Params

None

Success Response

{"status":"active"}

Sample Call

curl -X GET http://<peer-host>/api -H "Content-Type: application/json"