# Current User **GET /me** This API is to get currently logged in user details. This is an authendicated API so we need to pass bearer token in request header to access the data. ## Servers - https://api-console.logezy.co/v1: https://api-console.logezy.co/v1 () ## Parameters #### Headers - **Accept** (string) - **Authorization** (string) Bearer your-access-token ## Responses ### 200: OK #### Body Parameters: application/json (object) - **id** (integer) - **name** (string) - **organization** (string | null) - **email** (string) - **api_token** (string) - **status** (string) - **profile_image** (string | null) - **bio** (null) - **socket_id** (null) - **online** (string) - **logout** (integer) - **email_verified_at** (string | null) - **created_at** (string) - **updated_at** (string) - **tenants** (array[object]) [Powered by Bump.sh](https://bump.sh)