# Returns a fake user **GET /fakeUser** Returns a fake user ## Servers ## Parameters ### Headers - **Authorization** (string) User name (email) of the user to authorize - **X-Client-Version** (integer(int32)) API client version to use ## Responses ### 200 Successful response #### Body: (object) - **name** (string) The fake user's name. - **image** (string) The fake user's image URL (cat photo). - **id** (string) The fake user' ID. - **email** (string) The fake user's fake email address. - **Additional properties are NOT allowed** () ### 403 Forbidden #### Body: (string) string ### default Unauthorized #### Body: (string) string ### 401 Unauthorized #### Body: (string) string ### 404 Not found #### Body: (string) string ### 406 Not acceptable #### Body: (string) string ### 429 Too many requests #### Body: (string) string [Powered by Bump.sh](https://bump.sh)