# Get Client **GET /client/{client_id}** Get any client's information using their client_id. ## Servers - http://63.141.232.244:25540/v0: http://63.141.232.244:25540/v0 () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **client_id** (integer) Id of the client in database ## Responses ### 200 Successful retrieval of client's information. #### Body: application/json (object) - **success** (boolean) Whether the retrieval is successful - **client** (object) ### 401 User is not unauthorized or permissions are missing. #### Body: application/json (object) - **success** (boolean) Whether query is successful - **error** (string) Error message ### 404 Nothing found with given input. #### Body: application/json (object) - **success** (boolean) Whether query is successful - **error** (string) Error message ### 429 Rate limit exceeded - 100 queries per 15 minutes. #### Body: application/json (object) - **success** (boolean) Whether query is successful - **error** (string) Error message [Powered by Bump.sh](https://bump.sh)