/system/status
Base URL
https://api.babylon.app/v1
GET /system/status
Check whether the API service can accept and execute a request. This endpoint has no operation parameters.
Example request
GET /system/status
Example response — 200
{}
POST /system/status
POST performs the same availability check. The JSON body may be empty.
POST /system/status
Content-Type: application/json
{}
The response is the same empty JSON object returned by GET.