HR Integrations
List HR Integrations
Retrieve a paginated list of all HR integrations configured for your company.
GET
Returns all HR and API integrations connected to your company account, including connection health, last sync details, and whether a manual sync can be triggered. Use the
types filter to separate HR system integrations from direct API push integrations.
Query Parameters
Page number to return. Starts at
1.Number of results per page. Maximum is
100.Sort direction. Allowed values:
asc, desc.Field to sort results by. Allowed values:
id, createdAt, updatedAt.Filter to specific integration IDs.
Filter by integration type. Allowed values:
hr-integration,
api-integration.Response
Authorizations
HTTP Basic Auth using your API key credentials. Use the username and password issued from the Developer Portal. Encode them as Base64(username:password) and pass in the Authorization: Basic <token> header.
Query Parameters
Page number to return. Starts at 1.
Required range:
x >= 0Number of results per page. Maximum is 100.
Required range:
0 <= x <= 100Sort direction — asc for ascending, desc for descending.
Available options:
asc, desc Field to sort results by.
Available options:
id, createdAt, updatedAt Filter to specific integration IDs.
Required range:
x >= 0Filter by integration type: hr-integration (third-party HR system) or api-integration (direct API push).
Available options:
hr-integration, api-integration Response
200 - application/json
A paginated list of HR integrations.

