API v1.0

Release Management API

Enterprise-grade solution for managing software releases, projects, and team collaboration

Production Ready • Secure • Scalable
API Service Status: Operational

Powerful Features

Our API provides a comprehensive set of tools for managing your software release lifecycle with precision and control.

User Management

Role-based access control with Admin and SuperAdmin capabilities for complete system oversight.

Project Organization

Create and manage projects with detailed metadata and team assignments.

Release Notes

Document and track release versions with rich content and version control.

API Resources

Access our comprehensive API endpoints to integrate with your existing systems and workflows.

Technology Stack

Built with modern, enterprise-grade technologies for reliability and performance.

.NET 9

Entity Framework

MySQL

JWT Authentication

REST API

Getting Started

Begin using the API by authenticating with your credentials to obtain a JWT token.

Authentication Endpoint

Send a POST request to /api/account/login with your credentials:

POST /api/account/login HTTP/1.1
Host: releasesapi.insightfulitservices.in
Content-Type: application/json

{
  "username": "your_username",
  "password": "your_password"
}

Upon successful authentication, you'll receive a JWT token that must be included in the Authorization header for all subsequent requests:

Authorization: Bearer <your_jwt_token>