Python integration
import tap-personio # Set your API key client = tap_personio.Client(api_key="YOUR_API_KEY")
curl \ -H "Authorization: $API_KEY" \ https://api.personio.de/v1/company/employees
curl \ -H "Authorization: $API_KEY" \ https://api.personio.de/v1/company/time-offs
curl \ -H "Authorization: $API_KEY" \ https://api.personio.de/v1/company/attendances