# User Login **POST /signin** ## Servers - Local development server: http://localhost:5000/api (Local development server) - Production server: https://artculthub-1287c0654e00.herokuapp.com/api (Production server) ## Parameters ### Body: application/json (object) - **email** (string) - **password** (string) ## Responses ### 200 Login successful #### Body: application/json (object) - **token** (string) ### 401 Authentication failed [Powered by Bump.sh](https://bump.sh)