# Authentication Endpoints for authenticating against the KlickTipp API and managing API access. These operations are used to establish and terminate authenticated sessions or to validate credentials required for protected API requests. ## Login - [POST /account/login](https://developers.klicktipp.com/management-api/authentication/api.account.login.md): Logs into the API and retrieves session details for further interactions. ## Logout - [POST /account/logout](https://developers.klicktipp.com/management-api/authentication/api.account.logout.md): Logs out of the API and ends the session.