Skip to main content
GET
/
v1
/
payroll-platforms
List payroll platforms
curl --request GET \
  --url https://api.payrollintegrationsapp.com/v1/payroll-platforms
{
  "data": [
    {
      "id": "990e8400-e29b-41d4-a716-446655440004",
      "displayName": "Example Payroll Platform",
      "supports": {
        "payroll": true,
        "census": true,
        "changeSets": false
      },
      "onboarding": {
        "selfGuided": true
      }
    }
  ],
  "meta": {
    "limit": 10,
    "offset": 0,
    "sort": "name",
    "currentCount": 1,
    "totalCount": 1
  }
}

Documentation Index

Fetch the complete documentation index at: https://developer.payrollintegrations.com/llms.txt

Use this file to discover all available pages before exploring further.

Learn more about Payroll Platforms in the Glossary.

Pagination & Sorting

Limit
  • Default: 20
  • Maximum: 1000
Sort Fields
  • displayName (Default)

Response

List of payroll platforms

data
object[]
required
meta
object
required