GET /info
Provides general information about the API.
Request
GET /api/v0.1/info
Possible responses
HTTP 200 - Information about the API status
{ "status": "ok" }
HTTP 401 - Unauthorized
{ "error": "Unauthorized" }
GET /info
Provides general information about the API.
GET /api/v0.1/info
{ "status": "ok" }
{ "error": "Unauthorized" }