🚀 Welcome to Umbrella Finance API

Your CodeIgniter 4 Finance Management System is running successfully!

API Endpoints

Base URL: http://api.umbrellafinance.co/finance-app/public/api/v1

POST /api/v1/auth/login
Login to get access token
GET /api/v1/health
Health check endpoint
GET /api/v1/clients
Get all clients (requires auth)

Quick Links

Health Check

Default Credentials

Note: Login with username (Customer Code, User Code, OR Mobile Number) - NOT email

Super Admin:
Customer Code: Loading...
Mobile Number: 9999999998
Password: password123
Type: Admin

Login Examples:
{"username": "UMBF0000001", "password": "password123", "type": "Admin"}
OR
{"username": "9999999998", "password": "password123", "type": "Admin"}
OR
{"username": "UADM0000001", "password": "password123", "type": "Admin"}

Environment: development
CodeIgniter Version: 4.6.4
PHP Version: 8.3.27