Talenox
Commercialby Talenox
Cloud HR and payroll platform popular with Singapore SMEs, with a public REST API (v2) for employees, branches, payroll items and working days. Payroll objects carry Singapore-specific statutory fields (CPF, SDL, SHG contributions), making it useful for SG payroll integrations and HR data sync.
How to authenticate
- 1Log in to your Talenox account at app.talenox.com.
- 2Obtain your API token from the top-right nav bar > API setting.
- 3Send it on every v2 request as 'Authorization: Bearer <token>' with Accept and Content-Type: application/json (v1 passed the token in the URL; v2 moved it to the header).
- 4Alternatively create an OAuth 2.0 application in Talenox and use app.talenox.com/oauth/token to obtain and refresh access tokens with client_id/client_secret.
- 5Call resource endpoints such as GET https://api.talenox.com/api/v2/branches.
Example request
curl 'https://api.talenox.com/api/v2/branches' -H 'Accept: application/json' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_API_TOKEN'Example response
[{"id":918,"name":"Justinview","employee_ids":[853],"no_of_employees":1,"address":null,"postcode":null,"head_id":null}]Notes for AI agents
API tokens are self-serve for existing Talenox customers (token or OAuth2 app), so access effectively requires a Talenox subscription. Docs are public on GitHub Pages and include SG-specific payroll attributes (additional_sg_info_attributes: cpf, sdl, shg). No rate limits or OpenAPI spec are published.
Machine-readable version: /api/apis/talenox
Related APIs
Aspire API
Aspire
Singapore-headquartered business finance platform offering APIs for payouts, FX conversions, account balances and transaction data on Aspire business accounts. Lets finance teams automate payment operations from their own systems.
DBS Developer APIs
DBS Bank
DBS's corporate API suite (DBS RAPID) covering real-time payments and collections including PayNow, account balances, transaction notifications and FX. The most mature bank API program in Singapore.
Finverse
Finverse
Open-banking aggregation and payments API for Asia, providing linked-account data (balances, transactions, statements) and recurring payment rails. Coverage includes major Singapore banks such as DBS, UOB and Standard Chartered, accessed through a hosted Link flow that end users authorise.
MAS APIs (Exchange Rates and Statistics)
Monetary Authority of Singapore (MAS)
Official MAS data APIs covering daily SGD exchange rates, interest rates (SORA), monthly statistical bulletin tables and financial institution directories. Served from the MAS eservices API gateway.