API Documentation

Welcome to the Techtack-Technologies API documentation. Here you’ll find all the information you need to integrate with our platform.

Authentication

All API requests require an API key. You can obtain your key from your dashboard.

Authorization: Bearer YOUR_API_KEY

Example Request

GET /api/v1/users
Host: api.techtack-technologies.info
Authorization: Bearer YOUR_API_KEY

Endpoints

  • GET /api/v1/users - List all users
  • POST /api/v1/users - Create a new user
  • GET /api/v1/users/:id - Get user by ID
  • PUT /api/v1/users/:id - Update user by ID
  • DELETE /api/v1/users/:id - Delete user by ID