Skip to main content
GET
/
v1-preview
/
connections
/
{connection}
/
payrolls
/
{payroll}
Get connection payroll (preview)
curl --request GET \
  --url https://demo1-api.payrollintegrationsdemo.com/v1-preview/connections/{connection}/payrolls/{payroll} \
  --header 'Authorization: Bearer <token>'
{
  "id": "ee0e8400-e29b-41d4-a716-446655440009",
  "connectionId": "880e8400-e29b-41d4-a716-446655440003",
  "checkDate": "2024-01-31"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

connection
string<uuid>
required
payroll
string<uuid>
required

Response

Payroll details

id
string<uuid>
required
connectionId
string<uuid>
required
checkDate
string<date>
required

The date on which the check was paid out to the employee (YYYY-MM-DD)