bitcain docs
API Reference

Backend

Internal backend service endpoints

Get Status

GET
/api/backend/status

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://loading/api/backend/status"
{
  "property1": "string",
  "property2": "string"
}