# Basic token based Auth **POST /auth/signin** Signin 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 ### 200 OK #### Body: (object) - **data** (object) - **status** (string) - **status_code** (integer) ### 400 Bad Request #### Body: (object) - **message** (string) - **status** (string) - **status_code** (integer) ### 401 Unauthorized #### 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)