Documentation Index Fetch the complete documentation index at: https://docs.parable.work/llms.txt
Use this file to discover all available pages before exploring further.
What You'll Need Credential Description API Token API token from Lattice admin settings
Overview Connect to Lattice for people performance and management data.
People Employee profiles, org structure
Performance Goals, reviews, feedback
Prerequisites Administrator access required. You need privileges in to complete this setup.If you don’t have admin access, contact your administrator to:
Create the API credentials on your behalf, OR
Grant you temporary admin access to complete the setup
Admin role in Lattice
API access enabled for your account
Setup Guide
Access Admin Settings
Log in to Lattice as admin
Go to Admin → Integrations
Find API Keys section
Generate API Key
Click Create API Key
Name: Parable Integration
Select permissions as needed
Click Create
Copy your now! This is the only time it will be displayed. Store it in a secure password manager before closing this page.
Verify Your Setup curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://api.lattice.com/v1/users?per_page=5"
Success! If you received a 200 OK response with valid data, your credentials are configured correctly. You can now proceed to configure this connector in Parable.
Rate Limits: enforces rate limits of .Parable handles rate limiting automatically with exponential backoff, but initial syncs of large datasets may take longer due to these limits.
Troubleshooting Error Meaning Solution 401 UnauthorizedInvalid API key Verify key is correct 403 ForbiddenInsufficient permissions Check API key permissions
Additional Resources
Lattice API Official API documentation