# Tokens ## Acquire auth token - [POST /v1/login_with_password](https://api.weavr.io/products/payment-run/openapi/tokens/acquireauthtoken.md): Authenticate a user with the email and password that they provided when registering. Given that the user credentials are correct, this returns a token that can then be used to authorise other secured operations. In case the password is expired, a temporary token is returned, which can be used solely for updating the password. The token returned is valid for 5 minutes from last activity. ## Logout - [POST /v1/logout](https://api.weavr.io/products/payment-run/openapi/tokens/logout.md): Logs out the user and terminates the session identified by the auth_token in the Authorization Header.