# Login **POST /auth/login** Authenticate with email and password. ## Servers - Production server: https://api.pairfon.com (Production server) ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **email** (string(email)) - **password** (string(password)) ## Responses ### 200 Authenticated #### Body: application/json (object) - **token** (string) - **refreshToken** (string) - **user** (object) [Powered by Bump.sh](https://bump.sh)