Skip to main content
GET
/
v1-preview
/
connections
/
{connection}
/
payrolls
List connection payrolls (preview)
curl --request GET \
  --url https://demo1-api.payrollintegrationsdemo.com/v1-preview/connections/{connection}/payrolls \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "ff0e8400-e29b-41d4-a716-446655440010",
      "connectionId": "880e8400-e29b-41d4-a716-446655440003",
      "checkDate": "2024-01-15"
    },
    {
      "id": "ee0e8400-e29b-41d4-a716-446655440009",
      "connectionId": "880e8400-e29b-41d4-a716-446655440003",
      "checkDate": "2024-01-31"
    }
  ],
  "meta": {
    "limit": 10,
    "offset": 0,
    "sort": "checkDate",
    "currentCount": 2,
    "totalCount": 2
  }
}

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

Response

List of payrolls

data
object[]
required
meta
object
required