# Authentication Authenticate with the AutoLeap Partner API to obtain access tokens. All other endpoints require a valid access token. ## Partner login - [POST /partners/login](https://developers.myautoleap.com/openapi/authentication/paths/~1partners~1login/post.md): Authenticates a partner and issues Access token ## Refresh tokens - [POST /partners/generateNewAccessToken](https://developers.myautoleap.com/openapi/authentication/paths/~1partners~1generatenewaccesstoken/post.md): Generates a new access token using the refresh token. ## Invalidate tokens - [POST /partners/logout](https://developers.myautoleap.com/openapi/authentication/paths/~1partners~1logout/post.md): Logs out the partner and invalidates both the login and refresh tokens.