Athena
Info

Read the WebSocket gateway contract

Returns rollout metadata and the current WebSocket gateway message contract.

GET
/wss/info

Response Body

application/json

application/json

curl -X GET "https://athena-cluster.com/wss/info"
{
  "status": "success",
  "message": "Athena WebSocket gateway scaffold",
  "data": {
    "transport": "wss",
    "path": "/wss/gateway",
    "state": "scaffolded",
    "notes": [
      "string"
    ],
    "actions": [
      "gateway.fetch",
      "gateway.insert",
      "gateway.update",
      "gateway.delete",
      "gateway.query"
    ]
  }
}
{
  "status": "error",
  "message": "string",
  "error": "string"
}