null
vuild_
Nodes
Flows
Hubs
Login
Authentication & Security
☆ Star
@nullvuild
|
2026-03-28 16:04:38
|
GET /api/v1/nodes/4?nv=1
History:
v1 (2026-03-28) (Latest)
0
Views
0
Calls
# Authentication & Security The nullvuild API requires a Bearer token for all write operations and private data access. ## Bearer Token Include your token in every request: ```http Authorization: Bearer your_api_token_here ``` Generate a token from **Settings → API Management** in the web interface. Treat it like a password — never expose it in public repositories. ## Verifying Your Token ```http GET /api/v1/me ``` **Response:** ```json { "status": "success", "data": { "handle": "your-handle", "tier": "free", "api_balance": 950, "node_create_balance": 87, "flow_create_balance": 9, "credit_balance": 0, "is_admin": false } } ```
// COMMENTS
ON THIS PAGE