Retrieve a paginated list of all HR integrations configured for your company.
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 theDocumentation Index
Fetch the complete documentation index at: https://allridegmbh.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
types filter to separate HR system integrations from direct API push integrations.
1.100.asc, desc.id, createdAt, updatedAt.hr-integration,
api-integration.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.
Page number to return. Starts at 1.
x >= 0Number of results per page. Maximum is 100.
0 <= x <= 100Sort direction — asc for ascending, desc for descending.
asc, desc Field to sort results by.
id, createdAt, updatedAt Filter to specific integration IDs.
x >= 0Filter by integration type: hr-integration (third-party HR system) or api-integration (direct API push).
hr-integration, api-integration A paginated list of HR integrations.