# For new User **POST /auth/signup** Signup with username and password, you will receive a token which u will have to provide in the header of subsequent requests at /api gateway ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Body: (object) username and password input - **password** (string) - **username** (string) ## Responses ### 400 Bad Request #### Body: (object) - **message** (string) - **status** (string) - **status_code** (integer) ### 403 Forbidden #### Body: (object) - **message** (string) - **status** (string) - **status_code** (integer) ### 404 Not Found #### Body: (object) - **message** (string) - **status** (string) - **status_code** (integer) ### 500 Internal Server Error #### Body: (object) - **message** (string) - **status** (string) - **status_code** (integer) [Powered by Bump.sh](https://bump.sh)