Playroll

Playroll is a global HR platform providing Employer of Record (EOR), contractor management, and global payroll across 180+ countries. It runs local payroll, statutory benefits, and compliance for distributed teams, and offers a partner/enterprise integration surface - native HRIS connectors (HiBob, BambooHR), an "Open API" for bi-directional HR data sync, and custom/embedded integration builds. The developer API is partner- and enterprise-gated; sandbox access and documentation are provided to integration partners rather than published on a public developer portal.

5 APIs 0 Features
HREmployer of RecordEORGlobal PayrollContractor ManagementGlobal EmploymentHRISCompliance

APIs

Playroll EOR API

Partner/enterprise integration surface for Playroll's Employer of Record product - hire, onboard, and manage full-time employees in 180+ countries through Playroll's owned entit...

Playroll Contractor Management API

Onboard, contract, and pay international contractors compliantly in 180+ regions. Modeled as part of Playroll's partner integration surface for contractor lifecycle and payments...

Playroll Global Payroll API

Run and consolidate global payroll across entities and countries, with statutory calculations and local pay runs. Surfaced to partners for payroll data sync and reporting via Pl...

Playroll Workforce Data API

Bi-directional workforce/employee data sync surface behind Playroll's Open API and native HRIS connectors (HiBob, BambooHR), keeping employee records, org data, and documents al...

Playroll Partner Integration API

The gated developer entry point for ATS, HRIS, accounting, and workforce platforms that want to embed Playroll (integrate, co-sell, reseller/ white-label). Partners receive sand...

Collections

Pricing Plans

Playroll Plans Pricing

4 plans

PLANS

Rate Limits

Playroll Rate Limits

2 limits

RATE LIMITS

FinOps

Resources

🔗
DomainSecurity
DomainSecurity
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Partners
Partners
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps
📰
Blog
Blog

Sources

apis.yml Raw ↑
opencollection: 1.0.0
info:
  name: Playroll Partner API (Modeled Scaffold)
  version: '0.1'
  description: SCAFFOLD ONLY. Playroll does not publish a public API reference. This Open Collection models Playroll's partner/enterprise
    integration surface (EOR, contractor management, global payroll, workforce data) from its public product and partner materials.
    Base URL and request/response shapes are placeholders to be completed by approved partners once granted sandbox access
    and documentation by Playroll's solutions-engineering team.
request:
  auth:
    type: bearer
    token: '{{apiToken}}'
items:
- info:
    name: Workers (EOR Employees)
    type: folder
  items:
  - info:
      name: List EOR employees (modeled)
      type: http
    http:
      method: GET
      url: '{{baseUrl}}/v1/workers'
    docs: MODELED, not confirmed. List full-time employees hired through Playroll's Employer of Record entities.
  - info:
      name: Onboard EOR employee (modeled)
      type: http
    http:
      method: POST
      url: '{{baseUrl}}/v1/workers'
      body:
        type: json
        data: '{}'
    docs: MODELED, not confirmed. Initiate onboarding of a new EOR employee in a supported country.
- info:
    name: Contractors
    type: folder
  items:
  - info:
      name: List contractors (modeled)
      type: http
    http:
      method: GET
      url: '{{baseUrl}}/v1/contractors'
    docs: MODELED, not confirmed. List contractors managed through Playroll.
  - info:
      name: Onboard contractor (modeled)
      type: http
    http:
      method: POST
      url: '{{baseUrl}}/v1/contractors'
      body:
        type: json
        data: '{}'
    docs: MODELED, not confirmed. Onboard and contract a new international contractor.
- info:
    name: Global Payroll
    type: folder
  items:
  - info:
      name: List payroll runs (modeled)
      type: http
    http:
      method: GET
      url: '{{baseUrl}}/v1/payroll/runs'
    docs: MODELED, not confirmed. List global payroll runs across entities and countries.
- info:
    name: Workforce Data (HRIS Sync)
    type: folder
  items:
  - info:
      name: Get employee record (modeled)
      type: http
    http:
      method: GET
      url: '{{baseUrl}}/v1/employees/:employee_id'
      params:
      - name: employee_id
        value: ''
        type: path
        description: The Playroll employee identifier.
    docs: MODELED, not confirmed. Retrieve an employee record for bi-directional sync with HRIS tools (HiBob, BambooHR) via
      Playroll's Open API.
bundled: true