v4

latestOpenAPI 3.1.02026-08-01139149645.9 KB
Integration

Get Org Integrations

Returns a list of Integrations

get/api/hris/v1/integrations

Query parameters

page_sizeinteger

Number of results to return per page. Maximum size is 200.

Number of results to return per page. Maximum size is 200.

cursorstring

The pagination cursor value.

The pagination cursor value.

Response

Successful Response

cursorstring nullable required

Cursor value to fetch next set of items

page_sizeinteger required

Indicates the count of items in the response

Example response

{
  "cursor": "MDE4YjE4ZWYtYzk5Yy03YTg2LTk5NDYtN2I3YzlkNTQzM2U1",
  "page_size": 50,
  "items": [
    {
      "id": "018b18ef-c487-703c-afd9-0ca478ccd9d6",
      "integration_id": "018b18ef-c487-703c-afd9-0ca478ccd9d6",
      "is_enabled": true,
      "integration_slug": "ukg_pro",
      "integration_type": "API",
      "category": "HRIS",
      "display_name": "BambooHR",
      "icon_url": "https://images.unifyx.dev/logos/icon/ats/recruitee.svg",
      "description": "BambooHR is an intuitive HRIS solution designed to streamline HR processes, offering features for employee onboarding, performance management, and HR analytics, providing organizations with a user-friendly platform for effective workforce management."
    }
  ]
}