Skip to main content

Documentation for ScryLab v0.2.1

Changelogs

ScryLab API Status

GET /api/status

Checks the status of the API server.

Request

GET /api/status HTTP/1.1
Host: localhost:5678

No parameters required.

Response

Status Code: 200 OK

Body:

{
"status": "running",
"port": 5678,
"version": "1.0.0"
}

Response Fields

FieldTypeDescription
statusstringAlways "running" when the server is reachable
portintegerPort the server is listening on
versionstringScryLab application version