Multiplier

Multiplier (usemultiplier.com) is a global employment platform offering Employer of Record (EOR), Contractor management, and Global Payroll across 150+ countries. Its API surface is integration-oriented - token-authenticated connections used to sync members (employees and contractors), employment contracts, payroll, payments, time off, and invoices between Multiplier and external HRIS systems such as Workday, HiBob, BambooHR, and Personio. Multiplier does not publish an open, self-serve public REST/GraphQL API reference; API access is provisioned per account via Service User tokens. Not to be confused with unrelated companies named "Multiplier".

6 APIs 0 Features
EORGlobal EmploymentPayrollHRContractors

APIs

Multiplier Members API

Token-authenticated synchronization of Multiplier members - employees and contractors - and their profile, employment, and status data with external HRIS platforms. Exposed thro...

Multiplier Contracts API

Employment and contractor agreement data - contract generation, terms, and lifecycle status - made available to integrations. Access is provisioned per account; no open public e...

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, ...

Multiplier Payments API

Payment and disbursement data for members and contractors. Available to integrations under account-provisioned tokens; no open public endpoint reference is published.

Multiplier Time Off API

Leave requests, balances, and regional holiday data with per-country leave policy rules, plus timesheets. Made available to HRIS integrations; no open public endpoint reference ...

Multiplier Invoices API

Consolidated invoice and billing data for employment, payroll, and contractor services. Available to integrations under account-provisioned tokens; no open public endpoint refer...

Collections

Pricing Plans

Multiplier Plans Pricing

4 plans

PLANS

Rate Limits

Multiplier Rate Limits

2 limits

RATE LIMITS

FinOps

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Multiplier API
  version: '1.0'
  description: Multiplier (usemultiplier.com) global employment platform. The Multiplier API is an integration surface accessed
    with account-provisioned Service User tokens, not an open self-serve API. Multiplier does not publish an endpoint-level
    public reference, so this collection documents the authenticated resource areas (members, contracts, payroll, payments,
    time off, invoices) as folders without fabricated request paths. The Authorization header carries the Service User token.
    Not to be confused with docs.multiplierhq.com, an unrelated product.
request:
  auth:
    type: apikey
    apikey:
      key: Authorization
      value: '{{serviceUserToken}}'
      in: header
items:
- info:
    name: Members
    type: folder
  docs: Employees and contractors managed by Multiplier, synchronized with external HRIS platforms. No public endpoint paths
    are documented by Multiplier.
  items: []
- info:
    name: Contracts
    type: folder
  docs: Employment and contractor agreement data. No public endpoint paths are documented by Multiplier.
  items: []
- info:
    name: Payroll
    type: folder
  docs: Multi-country payroll and compensation data across 120+ currencies. No public endpoint paths are documented by Multiplier.
  items: []
- info:
    name: Payments
    type: folder
  docs: Payment and disbursement data for members and contractors. No public endpoint paths are documented by Multiplier.
  items: []
- info:
    name: Time Off
    type: folder
  docs: Leave requests, balances, regional holidays, and timesheets. No public endpoint paths are documented by Multiplier.
  items: []
- info:
    name: Invoices
    type: folder
  docs: Invoice and billing data for employment and payroll services. No public endpoint paths are documented by Multiplier.
  items: []
bundled: true