{
  "id": "3245166e-1de4-43e8-a9bf-7430e8b50cd4",
  "slug": "talenox",
  "name": "Talenox",
  "provider": "Talenox",
  "category_slug": "finance-banking",
  "description": "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.",
  "base_url": "https://api.talenox.com/api/v2",
  "docs_url": "https://talenox.github.io/api-doc/",
  "openapi_url": null,
  "auth_type": "token",
  "auth_guide": [
    "Log in to your Talenox account at app.talenox.com.",
    "Obtain your API token from the top-right nav bar > API setting.",
    "Send 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).",
    "Alternatively 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.",
    "Call resource endpoints such as GET https://api.talenox.com/api/v2/branches."
  ],
  "pricing": "contact",
  "rate_limit": null,
  "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_snippet": "[{\"id\":918,\"name\":\"Justinview\",\"employee_ids\":[853],\"no_of_employees\":1,\"address\":null,\"postcode\":null,\"head_id\":null}]",
  "agent_notes": "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.",
  "status": "live",
  "tags": [
    "hr",
    "payroll",
    "cpf",
    "sme",
    "sg"
  ],
  "sg_official": false,
  "created_at": "2026-07-05T09:15:27.349Z",
  "updated_at": "2026-07-05T09:15:27.349Z",
  "page_url": "https://singaporeapi.com/apis/talenox"
}