Developer Platform
TechFlow REST API v1
Connect external mobile apps, POS devices, e-commerce stores, barcode scanners, and payment webhooks to your TechFlow SaaS core with high-speed JSON APIs.
// Sample API Request
curl -X GET "https://techflow.co.in/api/v1/health" \
-H "Authorization: Bearer <JWT_TOKEN>" \
-H "X-Tenant-ID: 2" \
-H "Accept: application/json"
// Response 200 OK
{"status":"healthy","database":"connected","timezone":"Asia/Kolkata"}
Core API Endpoints
POST
/api/v1/auth/login
Authenticates tenant user credentials and returns a secure JWT bearer token.
GET
/api/v1/tasks
Retrieves demo tasks isolated specifically to the calling tenant's scope.
POST
/api/v1/tasks
Creates a new scoped business record with automated audit logging.
GET
/api/v1/health
System health check endpoint monitoring database latency and uptime.