# Authentication **Provider:** Authentication **Category:** auth **Base URL:** `https://api.personio.de/v1` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.personio.de/v1 ## Description Personio Authentication API ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://api.personio.de/v1/auth` | Request Authentication Token | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://api.personio.de/v1/auth' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/authentication/) — CC BY 4.0*