# Login with email and password (public) **POST /auth/login** Login with email and password will return the complete ambassador and the Token ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Parameters ### Headers - **X-Popsell-Domain** (string) The domain of the user ### Body: application/json (object) - **email** (string) - **password** (string) ## Responses ### 200 Return the complete user and the Token #### Body: application/json (object) - **token** (string) ### 401 Unauthorized #### Body: application/json (object) - **message** (string) ### 403 Forbidden #### Body: application/json (object) - **message** (string) ### 422 Unprocessable Content #### Body: application/json (object) - **message** (string) Error message. - **errors** (object) [Powered by Bump.sh](https://bump.sh)