API Documentation

Netbones API Documentation

REST API for project management, CRM, analytics, and integrations

OpenAPI 3.1 Specification
Interactive Testing
Authentication Required
Rate Limited
Loading API Documentation...

Authentication

  • • JWT Bearer tokens for user authentication
  • • API keys for webhook and service endpoints
  • • Role-based access control (ADMIN, MANAGER, DEVELOPER, CLIENT)
  • • Rate limiting per authentication method
  • • Comprehensive input validation

API Endpoints

  • /api/projects - Project management operations
  • /api/analytics - Analytics and reporting data
  • /api/crm - Customer relationship management
  • /api/auth - Authentication and user management
  • /api/admin - Administrative operations
  • • Plus additional endpoints for tasks, webhooks, and integrations

Getting Started

  • • Review the authentication section below
  • • Obtain your JWT token or API key
  • • Test endpoints using the interactive interface
  • • Check response schemas and error codes
  • • Implement proper error handling in your application