Skip to main content
GET
Root endpoint
curl --request GET \
  --url http://localhost:8787/
{
  "message": "filejar-core-api",
  "version": "1.0.0",
  "docs": "/api-docs"
}

Response

200 - application/json

Success

message
string
Example:

"filejar-core-api"

version
string
Example:

"1.0.0"

docs
string
Example:

"/api-docs"