Handshakes API
Commercialby Handshakes (DC Frontiers)
Singapore corporate-intelligence API exposing official registry data (including ACRA-sourced Singapore company information) as entity searches, registry/financial/litigation reports and relationship graphs. Used for KYC/KYB customer due diligence, lead generation and vendor risk mapping, with output in JSON, XML or PDF.
How to authenticate
- 1Sign up for a Handshakes account (see the 'Sign up for account' page on the developer portal).
- 2Request an access token using your Handshakes account username and password (e.g. via Postman).
- 3You receive a JSON response with access_token (JWT), token_type 'bearer' and expires_in.
- 4Send 'Authorization: Bearer <access_token>' on all subsequent API requests (search, reports, graphs, balance).
- 5Tokens expire after 1 hour; request a new token when expired. Use the Check Balance endpoint to monitor your credit balance.
Example response
{"access_token":"eyJ0eXAiOiJKV1QiLCJhbGciOi...","token_type":"bearer","expires_in":259199}Notes for AI agents
Account provisioning is sales-assisted and usage is credit-metered (there is a dedicated check-balance endpoint); report generation debits credits per call. Docs live at developer.handshakes.ai (developer.handshakes.com.sg redirects there). Staging environment is provided for integration testing before production.
Machine-readable version: /api/apis/handshakes
Related APIs
ACRA Corporate Entity Information
ACRA via data.gov.sg
Registered entity records from ACRA (UEN, entity name, type, status, registration date, registered address) published as open datasets, split alphabetically. Enables free UEN and company-name lookups.
APEX (api.gov.sg Gateway)
GovTech Singapore
The whole-of-government API gateway through which agencies publish APIs (including ACRA BizFile, CPF and other agency services) to other agencies and approved businesses. Discovery and onboarding surface for gov APIs that are not on data.gov.sg.
IRAS API Marketplace
Inland Revenue Authority of Singapore (IRAS)
IRAS's developer portal exposing tax-related APIs such as GST Registered Business Search, Stamp Duty Calculator, and filing APIs for payroll (AIS) and corporate tax software. Public lookup APIs are self-serve; filing APIs require onboarding.
Singapore Public Holidays
Ministry of Manpower via data.gov.sg
Official gazetted public holidays per calendar year as simple date, day and holiday-name records. One small dataset per year, published by MOM.