MyInfo Business
Overview
Integration with MyInfo Business — government API for KYB (Know Your Business). Provides verified data about Singaporean companies from government registries: ACRA (Accounting and Corporate Regulatory Authority), IRAS (tax), MOM (labor). Data: UEN, entity name, incorporation date, company type, directors, shareholders, financials. Automatic KYB without manual entry.
Configuration
Required Parameters
| Parameter | Description |
|---|
client_id | Client ID |
secret | Client Secret |
cert_path | Certificate path (for signing JWS) |
api_url | URL API |
environment | production |
API Reference
| Method | Endpoint | Description |
|---|
| GET | /authorise | URL for CorpPass authorization |
| POST | /token | Exchange auth code on access token |
| GET | /entity/{uen} | Legal entity data |
| GET | /entity/{uen}/verify | Verification UEN |
| GET | /entity/{uen}/directors | Directors list |
| GET | /entity/{uen}/shareholders | Shareholders list |
Resources