Skip to main content

MyInfo Business

Quick Start
  1. Sign up at api.myinfo.gov.sg and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to 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.

Provider IDmyinfo_business
CategoryRisk & Fraud Tools
Websiteapi.myinfo.gov.sg

Configuration

Required Parameters

ParameterDescription
client_idClient ID
secretClient Secret
cert_pathCertificate path (for signing JWS)
api_urlURL API
environmentproduction

API Reference

MethodEndpointDescription
GET/authoriseURL for CorpPass authorization
POST/tokenExchange auth code on access token
GET/entity/{uen}Legal entity data
GET/entity/{uen}/verifyVerification UEN
GET/entity/{uen}/directorsDirectors list
GET/entity/{uen}/shareholdersShareholders list

Resources