---
title: "Get Onboarding Status"
method: GET
path: "/apiHub/security/v1/companies/b6001/clientOnboardings"
tags: ["Client Onboarding"]
---

# Get Onboarding Status

`GET /apiHub/security/v1/companies/b6001/clientOnboardings`

> 🚧 Partner Restricted
> 
> The Partner Onboarding API is only available to approved partners who have signed a Paylocity Technology Partnership Agreement. If you are not yet a partner and are interested, [please reach out to our team](https://www.paylocity.com/contact/partner-form/) to discuss partnership opportunities.

**Summary Description**

The new Partner Onboarding API is designed to enable our partners to onboard customers through our Paylocity Marketplace-initiated workflow. Approved partners will utilize the API to provision a client onto a specific integration. This endpoint allows partners to get their onboardings with an option of filtering by companyId and status.

## Query parameters

- `filter` string
- `limit` integer
- `offset` integer
- `includeTotalCount` boolean

## Headers

- `testMode` boolean

## Response `200`

OK - Returns client onboardings.

- ClientOnboardingDtoDtoPage
  - `items` ClientOnboardingDto[], nullable
    - `companyId` string, nullable
    - `status` 'InProgress' | 'Approved' | 'Rejected' | 'Suspended'
  - `totalCount` integer, nullable

## Other responses

- `400` — Bad Request - Returns the details of the error.

---

[API](https://skmtc.net/paylocity/apis/assessments-api.md) · [All operations](https://skmtc.net/paylocity/apis/assessments-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paylocity/assessments-api/revisions/dd22ab229153/schema)
