BuiltNexus API overview
Use RESTful endpoints to integrate BuiltNexus with project management systems, document pipelines, or analytics. All calls require a valid session or API token (coming soon).
Authentication
Requests are authenticated with the same session cookies used in the dashboard. Service tokens will be available once multi-tenant billing launches.
POST /api/auth/login
Content-Type: application/json
{
"email": "user@example.com",
"password": "your-strong-password"
}GET/api/assets
List authenticated user's assets.
POST/api/assets
Create a new asset with optional password.
GET/api/vendors
Retrieve vendors linked to the workspace.
POST/api/orders
Submit a purchase or work order for an asset.
GET/api/logs
Fetch access logs with optional asset filter.
Need higher rate limits or service credentials? Email api@builtnexus.com with your workspace URL.