Multiplier Payroll API

Multi-country payroll data sync - salary, compensation changes, and payroll runs across 120+ currencies. Surfaced to HRIS integrations (for example the Workday API integration, an alternative to PECI file exchange). No open public endpoint reference is published.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/payroll-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

multiplier-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: Multiplier API
  description: >-
    Multiplier (usemultiplier.com) is a global employment platform providing
    Employer of Record (EOR), Contractor management, and Global Payroll across
    150+ countries. Multiplier's API is an integration surface rather than an
    open, self-serve public API: it is used to synchronize members (employees and
    contractors), employment contracts, payroll, payments, time off, and invoices
    between Multiplier and external HRIS / payroll / identity systems such as
    Workday, HiBob, BambooHR, and Personio.


    Access is provisioned per account. An administrator creates a Service User and
    a paired API token in Multiplier's Configuration area; the token is supplied
    in the `Authorization` request header. Multiplier does NOT publish an
    endpoint-level public API reference, so this OpenAPI document intentionally
    declares an empty `paths` object. No endpoints, request bodies, or response
    schemas have been fabricated. The `servers` URL is a representative placeholder
    and is not an officially published base URL.


    Disambiguation: an unrelated product at docs.multiplierhq.com also uses the
    name "Multiplier" and documents its own request-access / get-access-types
    endpoints. That product is not the usemultiplier.com global employment
    platform described here and is intentionally excluded.
  version: '1.0'
  contact:
    name: Multiplier Support
    url: https://help.usemultiplier.com/
  termsOfService: https://www.usemultiplier.com/legal/terms-of-service
servers:
  - url: https://api.usemultiplier.com
    description: >-
      Representative base URL for Multiplier integration access. Not officially
      published; actual connection details are provided to customers and partners
      during integration onboarding.
security:
  - ServiceUserToken: []
paths: {}
components:
  securitySchemes:
    ServiceUserToken:
      type: apiKey
      in: header
      name: Authorization
      description: >-
        Service User API token created by an account administrator in
        Multiplier's Configuration area and supplied in the Authorization
        header. Tokens are scoped to the account and its enabled integrations.
  schemas: {}
tags:
  - name: Members
    description: Employees and contractors managed by Multiplier (integration sync).
  - name: Contracts
    description: Employment and contractor agreement data (integration sync).
  - name: Payroll
    description: Multi-country payroll and compensation data (integration sync).
  - name: Payments
    description: Payment and disbursement data for members and contractors.
  - name: Time Off
    description: Leave requests, balances, holidays, and timesheets.
  - name: Invoices
    description: Invoice and billing data for employment and payroll services.