# Authentication **POST /auth** API to authenticate using credential and application details ## Servers - https://api-console.logezy.co/v1: https://api-console.logezy.co/v1 () ## Parameters #### Headers - **Accept** (string) ## Body parameters Content-type: application/json Post the necessary fields for the API to authendicate the application - **email** (string) - **password** (string) - **application_id** (string) - **client_id** (string) - **client_secret** (string) ## Responses ### 200: OK #### Body Parameters: application/json (object) - **application_id** (string) - **client_id** (string) - **code** (string) ### 400: Missing Required Information ### 409: Email Already Taken [Powered by Bump.sh](https://bump.sh)