API Reference
Backend
Internal backend service endpoints
Get Status
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://loading/api/backend/status"{
"property1": "string",
"property2": "string"
}