{
  "id": "0c5d2a3a-1e4a-4d5b-9b1d-aaaaa0000001",
  "name": "ebit — local",
  "values": [
    {
      "key": "baseUrl",
      "value": "http://localhost:4000",
      "type": "default",
      "enabled": true,
      "description": "Base URL for the api app. Use http://localhost:4003 when running requests from the bo collection. See docs/api-reference/index.md for the service map."
    },
    {
      "key": "boBaseUrl",
      "value": "http://localhost:4003",
      "type": "default",
      "enabled": true,
      "description": "Base URL for the bo app (Evospin BO Swagger)."
    },
    {
      "key": "rtBaseUrl",
      "value": "http://localhost:4001",
      "type": "default",
      "enabled": true,
      "description": "Websocket origin for the rt app (socket.io namespace /events). No Swagger — see docs/api-reference/rt-events.md."
    },
    {
      "key": "accessToken",
      "value": "",
      "type": "secret",
      "enabled": true,
      "description": "JWT bearer issued by POST /auth/sign-in. Postman uses this in {{accessToken}} header substitution; the api also reads the access_token cookie set by the sign-in response."
    },
    {
      "key": "refreshToken",
      "value": "",
      "type": "secret",
      "enabled": true,
      "description": "Filled from the refresh_token cookie after sign-in. Used by POST /auth/refresh."
    },
    {
      "key": "captchaToken",
      "value": "pass",
      "type": "default",
      "enabled": true,
      "description": "Local-only bypass token. The api accepts the literal 'pass' iff NODE_ENV=local (apps/api/src/captcha/google/recaptcha.service.ts:28). In staging/prod replace with a real reCAPTCHA token or the request will be rejected."
    },
    {
      "key": "userId",
      "value": "",
      "type": "default",
      "enabled": true,
      "description": "Filled after GET /user/me. Reused as a path parameter in admin endpoints."
    },
    {
      "key": "betId",
      "value": "",
      "type": "default",
      "enabled": true,
      "description": "Filled after a successful bet creation; reused by GET /bets/:id and replay tooling."
    },
    {
      "key": "sessionId",
      "value": "",
      "type": "default",
      "enabled": true,
      "description": "Captured from the session API; used by Casino API plays."
    }
  ],
  "_postman_variable_scope": "environment",
  "_postman_exported_at": "2026-04-25T00:00:00.000Z",
  "_postman_exported_using": "ebit/docs/api/postman (manual stub)"
}
