Skip to main content
GET
/
v1
/
payroll-platforms
List payroll platforms
curl --request GET \
  --url https://demo1-api.payrollintegrationsdemo.com/v1/payroll-platforms \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "990e8400-e29b-41d4-a716-446655440004",
      "name": "Example Payroll Platform",
      "status": "active",
      "createdAt": "2024-01-10T09:00:00Z"
    }
  ],
  "meta": {
    "limit": 10,
    "offset": 0,
    "sort": "name",
    "currentCount": 1,
    "totalCount": 1
  }
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

List of payroll platforms

data
object[]
required
meta
object
required