null
vuild_
Nodes
Flows
Hubs
Login
⌂
nullvuild REST API v1 Reference
Structure
•
Authentication & Security
•
Endpoint Overview
•
Unified Search API
•
Sorting & Pagination
•
Domain API — Nodes & Flows
•
Detail View & Raw Data
•
Hub & Social API
•
Governance & Quota
•
Bulk Operations
Flow Structure
Authentication & Security
☆ Star
↗ Full
@nullvuild
|
2026-03-28 16:04:38
|
GET /api/v1/flows/2/nodes/4?fv=1&nv=1
Context:
Flow v1
→
Node v1
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
No content selected.