Actions: API#

GET /api/#

Returns a message if the API is up and running.

Request#

Sample curl command#

$ curl -X GET \
     -u "testuser:YOUR_PASSWORD" \
     -H "Content-Type: application/json" http://localhost:8123/api/

Response#

{
  "message": "API running."
}