API Reference
Complete API documentation for integrating with JuTech Devs services.
Authentication
All API requests require authentication using an API key. Include your API key in the request header:
Authorization: Bearer YOUR_API_KEYEndpoints
GET
/api/projectsRetrieve all projects
Parameters: limit, offset, category
POST
/api/projectsCreate a new project
Parameters: name, description, category
GET
/api/projects/:idGet a specific project
Parameters: id
PUT
/api/projects/:idUpdate a project
Parameters: id, name, description
DELETE
/api/projects/:idDelete a project
Parameters: id
GET
/api/servicesRetrieve all services
Parameters: type, limit