# Get Project **GET /api/v1.0/projects/{project_id}** This endpoint fetch the project details. ## Servers - https://openapi.niftypm.com: https://openapi.niftypm.com () ## Authentication methods - Bearer ## Parameters #### Path parameters - **project_id** (string) Enter project id ## Responses ### 200: Success Response #### Body Parameters: application/json (object) - **id** (string) - **nice_id** (string) - **name** (string) - **description** (string) - **initials** (string) - **logo** (string) - **color** (string) - **secondary_color** (string) - **demo** (boolean) - **archived** (boolean) - **auto_milestones** (boolean) - **default_tasks_view** (string) - **access_type** (string) - **owner** (string) - **members** (array[string]) - **general_discussion** (string) - **subteam** (string) - **progress** (number) - **joined** (boolean) - **general_discussion_muted** (boolean) - **email** (string) - **zoom_id** (string) - **zoom_password** (string) - **zoom_join_url** (string) - **webex_id** (string) - **webex_password** (string) - **webex_join_url** (string) - **enabled_modules** (array[string]) - **disabled_modules** (array[string]) - **disabled_widgets** (string) - **hidden_taskboard_fields** (string) - **repo** (string) - **total_story_points** (number) - **completed_story_points** (number) - **pinned_message** (string) - **pinned_by** (string) - **completion_groups** (array[string]) - **doc_root_folder** (object) - **file_root_folder** (object) - **removed** (boolean) - **rollups** (array[string]) - **list_columns_order** (array[string]) - **hidden_list_columns** (array[string]) - **integrations** (array[string]) Integration details ### 401: The client request has not been completed because it lacks valid authentication credentials for the requested resource. ### 403: The client does not have access rights to the content. ### 405: The request method is known by the server but is not supported by the target resource. [Powered by Bump.sh](https://bump.sh)