Skip to main content

Current status: The documentation is compatible with ScryLab

Learn more about Scrylab

ScryLab API Status

GET /api/status

Überprüft den Status des API-Servers.

Request

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

Keine Parameter erforderlich.

Response

Status Code: 200 OK

Body:

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

Response-Felder

FeldTypBeschreibung
statusstringImmer "running" wenn der Server erreichbar ist
portintegerPort auf dem der Server lauscht