Pre-Configured APIs
Personio
API configurations: personio
, personio-recruiting
Features
Features | Status |
---|---|
Auth (OAuth) | ✅ |
Sync data | ✅ |
Perform workflows | ✅ |
Proxy requests | ✅ |
Receive webhooks | 🚫 (time to contribute: <48h) |
We can implement missing features in <48h, just ask for it in the community.
Getting started
Need help getting started? Get help in the community.
API gotchas
- Personio offers a separate recruiting API that is API key based and is listed under
personio-recruiting
- The other API Personio offers is a client credentials token that authorizes as app instead of a user. This is listed under
personio
. - The
companyId
value is required forpersonio-recruiting
and can be retrieved at Settings > Integrations (API Credentials) and clicking on the “Recruiting API Key”. The value forcompany
as required forpersonio-recruiting
is the name you use to login to your account and is the subdomain of your Personio instance. - The values for
partnerId
andappId
are optional but strongly recommended by Personio. Both can be defined by you, but should represent your company name and application name and MUST follow the UPPER_SNAKE_CASE format. For exampleMY_APPLICATION
,ACME
are valid values. An example of setting them in thenango.auth
call:
Add Getting Started links and Gotchas by editing this page
Was this page helpful?