v4
latestOpenAPI 3.1.02026-08-01139149645.9 KBLookup
List Integrations
List integrations enabled for the caller's organization. Each row carries the categories the org has enabled for that integration. Use slug as integration_slug when creating org-level custom field mappings.
get/api/v1/lookup/integrations
Query parameters
category'HRIS' | 'ATS' | 'LMS'
Filter to integrations the org has enabled for this category.
Response
Successful Response
Example response
{
"integrations": [
{
"slug": "workday",
"display_name": "Workday",
"categories": [
"HRIS"
]
}
]
}