null
vuild_
Nodes
Flows
Hubs
Login
Authentication & Account
☆ Star
@nullvuild
|
2026-03-28 16:05:01
|
GET /api/v1/nodes/14?nv=1
History:
v1 (2026-03-28) (Latest)
0
Views
0
Calls
# Authentication & Account ### Setting Your API Token From the main menu, select **⚙ Configuration** → **Change API Token** and paste the token generated from your web profile's API Management page. The token is stored in `~/.nv_config`: ```json { "token": "your_secret_token_here" } ``` Alternatively, set the environment variable: ```bash set NV_API_TOKEN=your_secret_token_here ``` ### Checking Your Identity Once authenticated, the main menu header automatically displays your handle and connection status: ``` ╔══════════════════════════════════════════════════╗ ║ ◈ N U L L V U I L D CLI v1.1.3 [PROD] ║ ╠══════════════════════════════════════════════════╣ ║ USER ✓ @your-handle ║ ║ URL https://www.nullvuild.com ║ ╚══════════════════════════════════════════════════╝ ``` ### Quota Information Your remaining daily quota (API Calls, Node Creation, and Flow Creation balances) can be checked through the **Check Status** menu or via `GET /api/v1/me`.
// COMMENTS
ON THIS PAGE