EssenByte Solutions S.R.L.
REST APIGET/v1/organizations

List Organizations

Query customer organizations and verified fiscal metadata.

Request Example
curl -X GET "https://api.essenbyte.com/v1/organizations" \
  -H "Accept: application/json" \
  -H "X-Request-Id: req_01HX98K2P10"
Response (200 OK)
{
  "success": true,
  "data": [
    {
      "id": "org_acme_industries",
      "name": "Acme Logistics S.R.L.",
      "fiscal_code": "RO38910244",
      "tier": "enterprise",
      "services_active": 3,
      "created_at": "2026-09-01T00:00:00Z"
    }
  ],
  "latency_ms": 38
}