Fetching data...
Developer API Reference
Build powerful integrations with our platform APIs.
Fetching data...
Build powerful integrations with our platform APIs.
Build powerful integrations with our platform APIs.
All API requests must be authenticated using an API Secret Key. You can view and manage your keys in Settings.
Pass the key in the Authorization header using the Bearer scheme.
Your API key carries the same privileges as your user account. Never share it in client-side code (browsers, mobile apps) or public repositories.
There is no specific "login" endpoint for API keys. Just include the header in every request. If the key is invalid, the API returns 401 Unauthorized.
curl "https://your-tenant.peoplelensai.com/api/v1/me" \
-H "Authorization: Bearer sk_live_1234567890abcdef" \
-H "Content-Type: application/json"