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_KEY

Endpoints

GET/api/projects

Retrieve all projects

Parameters: limit, offset, category
POST/api/projects

Create a new project

Parameters: name, description, category
GET/api/projects/:id

Get a specific project

Parameters: id
PUT/api/projects/:id

Update a project

Parameters: id, name, description
DELETE/api/projects/:id

Delete a project

Parameters: id
GET/api/services

Retrieve all services

Parameters: type, limit

Ready to Integrate?

Get your API key and start building with JuTech Devs.

Get API Key