Skip to main content

🚀 Quickstart

Connect to UKG Pro with Nango using client credentials and see data flow in 2 minutes.
1

Create the integration

In Nango (free signup), go to Integrations -> Configure New Integration -> UKG Pro HCM (Client Credentials).
2

Authorize UKG Pro

Go to Connections -> Add Test Connection -> Authorize, then enter your Client ID, Client Secret, Identity Server, Tenant, and Recruiting Application Domain. Later, you’ll let your users do the same directly from your app.
3

Call the UKG Pro API

Make your first request to the UKG Pro Recruiting API. Replace the placeholders with your secret key, integration ID, and connection ID. Use the tenant ID from your connection’s connection config in the path (e.g. UO32145HGOGOG):
curl "https://api.nango.dev/proxy/talent/recruiting/v2/<TENANT_ID>/api/applications?page=1&per_page=10" \
  -H "Authorization: Bearer <NANGO-SECRET-KEY>" \
  -H "Provider-Config-Key: <INTEGRATION-ID>" \
  -H "Connection-Id: <CONNECTION-ID>"
Or fetch credentials with the Node SDK or API.✅ You’re connected! Check the Logs tab in Nango to inspect requests.
4

Implement Nango in your app

Follow our Auth implementation guide to integrate Nango in your app.To obtain your production credentials and connection config values, follow the connect guide linked below.

📚 UKG Pro HCM (Client Credentials) Integration Guides

  • How do I link my account?
    Connect your UKG Pro account using the Connect UI and get Client ID, Identity Server, Tenant, and Recruiting Application Domain
Official docs: UKG Pro HCM API Reference

🧩 Pre-built syncs & actions for UKG Pro HCM (Client Credentials)

Enable them in your dashboard. Extend and customize to fit your needs. No pre-built syncs or actions available yet.
Not seeing the integration you need? Build your own independently.