Welcome to Umbrella Finance API

Your CodeIgniter 4 Finance Management System is running successfully!

API Endpoints

Base URL: https://api.umbrellafinance.co/v1

POST /auth/login
Login to get access token
GET /health
Health check endpoint
GET /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.30