# Authenticate a user **POST /api/auth** authenticates a user and returns a JWT token for use in futher API requests ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Body: application/json (object) Get JWT Token - **client_token** (string) - **client_secret** (string) ## Responses ### default Get user #### Body: application/json (object) - **error** (boolean) - **data** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)