Skip to main content

Documentation for ScryLab v0.1.6

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:

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

Response Fields

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