Using personio-data-python-sdk with personio.de

Python integration

Install

pip install personio-data-python-sdk

Quick start

import personio-data-python-sdk

# Set your API key
client = personio_data_python_sdk.Client(api_key="YOUR_API_KEY")
List Employees
curl \
  -H "Authorization: $API_KEY" \
  https://api.personio.de/v1/company/employees
This endpoint is responsible for fetching absence data for the company employ…
curl \
  -H "Authorization: $API_KEY" \
  https://api.personio.de/v1/company/time-offs
This endpoint is responsible for fetching attendance data for the company emp…
curl \
  -H "Authorization: $API_KEY" \
  https://api.personio.de/v1/company/attendances
SDK on GitHub 📄 API Docs
SDK
personio-data-python-sdk
Python
API
personio.de
personio.de:personnel

At a glance

Language Python
Endpoints13
Base URLhttps://api.personio.de/v1