Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

ADP PayrollOutputs API

Payroll output and run data

ADP PayrollOutputs API is one of 6 APIs that ADP publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 1 JSON Schema definition.

Tagged areas include PayrollOutputs. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, a JSON-LD context, and 1 JSON Schema.

This API exposes 3 operations across 3 paths, and defines 11 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://api.adp.com.

3 operations 3 paths 11 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.adp.com
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

ADP PayrollOutputs API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth2ClientCredentials) using the clientCredentials flow, exposing 1 scope. By default, every request must be authenticated.

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.

PayrollOutputs 3

Payroll output and run data

GET
/payroll/v1/payroll-outputs
List Payroll Outputs
listPayrollOutputs 3 params → 200401
GET
/payroll/v1/payroll-outputs/{payrollOutputID}
Get Payroll Output Details
getPayrollOutput 1 param → 200404
GET
/payroll/v1/payroll-outputs/{payrollOutputID}/worker-outputs
Get Worker-level Payroll Outputs
getPayrollWorkerOutputs 3 params → 200

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are WorkerPayOutput (11 properties), EarningItem (5 properties), PayrollOutputSummary (4 properties), TaxItem (4 properties). Each schema is shown below with its type and property counts.

DeductionItem
object
3 properties
WorkerPayOutput
object
11 properties
PayrollOutput
object
3 properties
PayrollOutputsResponse
object
2 properties
WorkerOutputsResponse
object
1 property
TaxItem
object
4 properties
PayrollOutputResponse
object
1 property
PayrollOutputSummary
object
4 properties
ErrorMessage
object
1 property
AmountValue
object
2 properties
EarningItem
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

adp-payrolloutputs-api-openapi.yml Raw ↑

Other APIs ADP publishes across the network.

ADP Embedded Payroll API
ADP Benefits Administration API
ADP Organizations API
ADP PayrollInstructions API
ADP Workers API